Html Css Color HEX #CEEA28 Pear

📋 copy color: '#CEEA28'

red 206 ◦ green 234 ◦ blue 40

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

Shades of Pear #CEEA28

Tints of Pear #CEEA28

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.75%

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

R = 42.92%
G = 48.75%
B = 8.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#CEEA28 (or 0xCEEA28) is known color: Pear. HEX triplet: CE, EA and 28. RGB value is (206,234,40). Sum of RGB (Red+Green+Blue) = 206+234+40=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 40 (16.02% from 255 or 8.33% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEA28 is #3115D7. Grayscale: #CCCCCC. Windows color (decimal): -3216856 or 2681550. OLE color: 2681550.

HSL color Cylindrical-coordinate representation of color #CEEA28: hue angle of 68.66º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEEA28 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 40 -
CMYK 0.12 0 0.83 0.08
HSL 68.66º 0.82% 0.54% -
HSV(B) 68.66º 0.83% 0.92% -
XYZ 55.26 72.12 13.02 -
YUV 203.51 35.72 129.77 -
System Red Green Blue C M Y K H S L
Decimal 206 234 40 0.12 0 0.83 0.08 68.66 0.82 0.54
Hex CE EA 28 C 0 53 8 45 52 36
Octal 316 352 50 14 0 123 10 105 122 66
Binary 11001110 11101010 101000 1100 0 1010011 1000 1000101 1010010 110110

Color Harmonies of #CEEA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEA28

Black with #CEEA28

Text Example


Text Example

White with #CEEA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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