#CBF849

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

Shades of Pear #CBF849

Tints of Pear #CBF849

Color information

#CBF849 (or 0xCBF849) is unknown color: approx Pear. HEX triplet: CB, F8 and 49. RGB value is (203,248,73). Sum of RGB (Red+Green+Blue) = 203+248+73=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF849 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF849 is #3407B6. Grayscale: #D7D7D7. Windows color (decimal): -3409847 or 4847819. OLE color: 4847819.

HSL color Cylindrical-coordinate representation of color #CBF849: hue angle of 75.43º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBF849 is Cyan = 0.18, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB20324873-
CMYK0.1800.710.03
HSL75.43º92.59%62.94%-
HSV(B)75.43º70.56%97.25%-
XYZ59.480.3118.67-
YUV214.648.09119.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.74%
GREEN value IS 248 (97.27% from 255) = 47.33%
BLUE value IS 73 (28.91% from 255) = 13.93%
R=38.74%
G=47.33%
B=13.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203248730.1800.710.0375.4392.5962.94
HexCBF8491204734b5d3f
Octal313370111220107311313577
Binary1100101111111000100100110010010001111110010111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF849; }

 p { color: rgb(203,248,73); }

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

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

 a { background-color: rgb(203,248,73); }

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

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

 span { border-color: rgb(203,248,73); }

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