#CBF24C

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

Shades of Pear #CBF24C

Tints of Pear #CBF24C

Color information

#CBF24C (or 0xCBF24C) is unknown color: approx Pear. HEX triplet: CB, F2 and 4C. RGB value is (203,242,76). Sum of RGB (Red+Green+Blue) = 203+242+76=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF24C is #340DB3. Grayscale: #D4D4D4. Windows color (decimal): -3411380 or 5042891. OLE color: 5042891.

HSL color Cylindrical-coordinate representation of color #CBF24C: hue angle of 74.1º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBF24C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB20324276-
CMYK0.1600.690.05
HSL74.1º86.46%62.35%-
HSV(B)74.1º68.6%94.9%-
XYZ57.6976.7218.61-
YUV211.4251.58122-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 242 (94.92% from 255) = 46.45%
BLUE value IS 76 (30.08% from 255) = 14.59%
R=38.96%
G=46.45%
B=14.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242760.1600.690.0574.186.4662.35
HexCBF24C1004554a563e
Octal313362114200105511212676
Binary11001011111100101001100100000100010110110010101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF24C; }

 p { color: rgb(203,242,76); }

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

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

 a { background-color: rgb(203,242,76); }

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

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

 span { border-color: rgb(203,242,76); }

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