Html Css Color HEX #CEEF28 Pear

📋 copy color: '#CEEF28'

red 206 ◦ green 239 ◦ blue 40

#CEEF28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #CEEF28

Tints of Pear #CEEF28

RGB

 RED value IS 206 (80.86% from 255) = 42.47%

 GREEN value IS 239 (93.75% from 255) = 49.28%

 BLUE value IS 40 (16.02% from 255) = 8.25%

R = 42.47%
G = 49.28%
B = 8.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#CEEF28 (or 0xCEEF28) is known color: Pear. HEX triplet: CE, EF and 28. RGB value is (206,239,40). Sum of RGB (Red+Green+Blue) = 206+239+40=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 40 (16.02% from 255 or 8.25% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF28 is #3110D7. Grayscale: #CFCFCF. Windows color (decimal): -3215576 or 2682830. OLE color: 2682830.

HSL color Cylindrical-coordinate representation of color #CEEF28: hue angle of 69.95º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEEF28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 40 -
CMYK 0.14 0 0.83 0.06
HSL 69.95º 0.86% 0.55% -
HSV(B) 69.95º 0.83% 0.94% -
XYZ 56.7 75.01 13.5 -
YUV 206.45 34.07 127.68 -
System Red Green Blue C M Y K H S L
Decimal 206 239 40 0.14 0 0.83 0.06 69.95 0.86 0.55
Hex CE EF 28 E 0 53 6 46 56 37
Octal 316 357 50 16 0 123 6 106 126 67
Binary 11001110 11101111 101000 1110 0 1010011 110 1000110 1010110 110111

Color Harmonies of #CEEF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF28

Black with #CEEF28

Text Example


Text Example

White with #CEEF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF28; }

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

 H1.HeaderClassName
 {
   color: #CEEF28;
 }
 .AnyTagClassName
 {
   color: #CEEF28;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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