#CBF01D

Color #CBF01D Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #CBF01D

Tints of Pear #CBF01D

Color information

#CBF01D (or 0xCBF01D) is unknown color: approx Pear. HEX triplet: CB, F0 and 1D. RGB value is (203,240,29). Sum of RGB (Red+Green+Blue) = 203+240+29=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF01D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF01D is #340FE2. Grayscale: #CDCDCD. Windows color (decimal): -3411939 or 1962187. OLE color: 1962187.

HSL color Cylindrical-coordinate representation of color #CBF01D: hue angle of 70.52º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CBF01D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB20324029-
CMYK0.1500.880.06
HSL70.52º87.55%52.75%-
HSV(B)70.52º87.92%94.12%-
XYZ56.0175.1112.71-
YUV204.8828.74126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 43.01%
GREEN value IS 240 (94.14% from 255) = 50.85%
BLUE value IS 29 (11.72% from 255) = 6.14%
R=43.01%
G=50.85%
B=6.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203240290.1500.880.0670.5287.5552.75
HexCBF01DF0586475835
Octal31336035170130610713065
Binary11001011111100001110111110101100011010001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF01D; }

 p { color: rgb(203,240,29); }

 H1.HeaderClassName
 {
   color: #CBF01D;
 }
 .AnyTagClassName
 {
   color: #CBF01D;
 }
</style>
background-color css

<style>
 a { background-color: #CBF01D; }

 a { background-color: rgb(203,240,29); }

 div.DivClassName
 {
   background-color: #CBF01D;
 }
 .BgClassName
 {
   background-color: #CBF01D;
 }
</style>
border-color css

<style>
 span { border-color: #CBF01D; }

 span { border-color: rgb(203,240,29); }

 td.TdClassName
 {
   border-color: #CBF01D;
 }
 .TagClassName
 {
   border-color: #CBF01D;
 }
</style>