Html Css Color HEX #CEE013 Pear

📋 copy color: '#CEE013'

red 206 ◦ green 224 ◦ blue 19

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

Shades of Pear #CEE013

Tints of Pear #CEE013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.23%

R = 45.88%
G = 49.89%
B = 4.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#CEE013 (or 0xCEE013) is known color: Pear. HEX triplet: CE, E0 and 13. RGB value is (206,224,19). Sum of RGB (Red+Green+Blue) = 206+224+19=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 19 (7.81% from 255 or 4.23% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE013 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE013 is #311FEC. Grayscale: #C4C4C4. Windows color (decimal): -3219437 or 1302734. OLE color: 1302734.

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

Color convert

RGB 206 224 19 -
CMYK 0.08 0 0.92 0.12
HSL 65.27º 0.84% 0.48% -
HSV(B) 65.27º 0.92% 0.88% -
XYZ 52.23 66.48 10.7 -
YUV 195.25 28.54 135.67 -
System Red Green Blue C M Y K H S L
Decimal 206 224 19 0.08 0 0.92 0.12 65.27 0.84 0.48
Hex CE E0 13 8 0 5C C 41 54 30
Octal 316 340 23 10 0 134 14 101 124 60
Binary 11001110 11100000 10011 1000 0 1011100 1100 1000001 1010100 110000

Color Harmonies of #CEE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE013

Black with #CEE013

Text Example


Text Example

White with #CEE013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE013; }

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

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

background-color css

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

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

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

border-color css

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

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

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