Html Css Color HEX #CEE026 Pear

📋 copy color: '#CEE026'

red 206 ◦ green 224 ◦ blue 38

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

Shades of Pear #CEE026

Tints of Pear #CEE026

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.86%

 BLUE value IS 38 (15.23% from 255) = 8.12%

R = 44.02%
G = 47.86%
B = 8.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#CEE026 (or 0xCEE026) is known color: Pear. HEX triplet: CE, E0 and 26. RGB value is (206,224,38). Sum of RGB (Red+Green+Blue) = 206+224+38=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 224 (87.89% from 255 or 47.86% from 468); Blue value is 38 (15.23% from 255 or 8.12% from 468); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE026 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE026 is #311FD9. Grayscale: #C6C6C6. Windows color (decimal): -3219418 or 2547918. OLE color: 2547918.

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

Color convert

RGB 206 224 38 -
CMYK 0.08 0 0.83 0.12
HSL 65.81º 0.75% 0.51% -
HSV(B) 65.81º 0.83% 0.88% -
XYZ 52.46 66.57 11.92 -
YUV 197.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 206 224 38 0.08 0 0.83 0.12 65.81 0.75 0.51
Hex CE E0 26 8 0 53 C 42 4B 33
Octal 316 340 46 10 0 123 14 102 113 63
Binary 11001110 11100000 100110 1000 0 1010011 1100 1000010 1001011 110011

Color Harmonies of #CEE026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE026

Black with #CEE026

Text Example


Text Example

White with #CEE026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE026; }

 p { color: rgb(206,224,38); }

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

background-color css

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

 a { background-color: rgb(206,224,38); }

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

border-color css

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

 span { border-color: rgb(206,224,38); }

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