Html Css Color HEX #CEE814 Pear

📋 copy color: '#CEE814'

red 206 ◦ green 232 ◦ blue 20

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

Shades of Pear #CEE814

Tints of Pear #CEE814

RGB

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

 GREEN value IS 232 (91.02% from 255) = 50.66%

 BLUE value IS 20 (8.2% from 255) = 4.37%

R = 44.98%
G = 50.66%
B = 4.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#CEE814 (or 0xCEE814) is known color: Pear. HEX triplet: CE, E8 and 14. RGB value is (206,232,20). Sum of RGB (Red+Green+Blue) = 206+232+20=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 232 (91.02% from 255 or 50.66% from 458); Blue value is 20 (8.20% from 255 or 4.37% from 458); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE814 is #3117EB. Grayscale: #C8C8C8. Windows color (decimal): -3217388 or 1370318. OLE color: 1370318.

HSL color Cylindrical-coordinate representation of color #CEE814: hue angle of 67.36º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEE814 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 232 20 -
CMYK 0.11 0 0.91 0.09
HSL 67.36º 0.84% 0.49% -
HSV(B) 67.36º 0.91% 0.91% -
XYZ 54.44 70.89 11.47 -
YUV 200.06 26.39 132.24 -
System Red Green Blue C M Y K H S L
Decimal 206 232 20 0.11 0 0.91 0.09 67.36 0.84 0.49
Hex CE E8 14 B 0 5B 9 43 54 31
Octal 316 350 24 13 0 133 11 103 124 61
Binary 11001110 11101000 10100 1011 0 1011011 1001 1000011 1010100 110001

Color Harmonies of #CEE814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE814

Black with #CEE814

Text Example


Text Example

White with #CEE814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE814; }

 p { color: rgb(206,232,20); }

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

background-color css

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

 a { background-color: rgb(206,232,20); }

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

border-color css

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

 span { border-color: rgb(206,232,20); }

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