#CEFB28

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

Shades of Pear #CEFB28

Tints of Pear #CEFB28

Color information

#CEFB28 (or 0xCEFB28) is unknown color: approx Pear. HEX triplet: CE, FB and 28. RGB value is (206,251,40). Sum of RGB (Red+Green+Blue) = 206+251+40=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 40 (16.02% from 255 or 8.05% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFB28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFB28 is #3104D7. Grayscale: #D6D6D6. Windows color (decimal): -3212504 or 2685902. OLE color: 2685902.

HSL color Cylindrical-coordinate representation of color #CEFB28: hue angle of 72.8º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEFB28 is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB20625140-
CMYK0.1800.840.02
HSL72.8º96.35%57.06%-
HSV(B)72.8º84.06%98.43%-
XYZ60.3382.2714.71-
YUV213.4930.09122.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.45%
GREEN value IS 251 (98.44% from 255) = 50.50%
BLUE value IS 40 (16.02% from 255) = 8.05%
R=41.45%
G=50.50%
B=8.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206251400.1800.840.0272.896.3557.06
HexCEFB28120542496039
Octal31637350220124211114071
Binary110011101111101110100010010010101001010010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFB28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFB28; }

 p { color: rgb(206,251,40); }

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

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

 a { background-color: rgb(206,251,40); }

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

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

 span { border-color: rgb(206,251,40); }

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