#cbf228

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

Shades of Pear #CBF228

Tints of Pear #CBF228

Color information

#CBF228 (or 0xCBF228) is unknown color: approx Pear. HEX triplet: CB, F2 and 28. RGB value is (203,242,40). Sum of RGB (Red+Green+Blue) = 203+242+40=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF228 is #340DD7. Grayscale: #D0D0D0. Windows color (decimal): -3411416 or 2683595. OLE color: 2683595.

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

Color convert

RGB20324240-
CMYK0.1600.830.05
HSL71.58º88.6%55.29%-
HSV(B)71.58º83.47%94.9%-
XYZ56.7676.3513.75-
YUV207.3133.58124.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 41.86%
GREEN value IS 242 (94.92% from 255) = 49.90%
BLUE value IS 40 (16.02% from 255) = 8.25%
R=41.86%
G=49.90%
B=8.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal203242400.1600.830.0571.5888.655.29
HexCBF228100535485937
Octal31336250200123511013167
Binary1100101111110010101000100000101001110110010001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf228; }

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

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

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

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

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

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

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

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