Html Css Color HEX #CEE112 Pear

📋 copy color: '#CEE112'

red 206 ◦ green 225 ◦ blue 18

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

Shades of Pear #CEE112

Tints of Pear #CEE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50.11%

 BLUE value IS 18 (7.42% from 255) = 4.01%

R = 45.88%
G = 50.11%
B = 4.01%

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

#CEE112 (or 0xCEE112) is known color: Pear. HEX triplet: CE, E1 and 12. RGB value is (206,225,18). Sum of RGB (Red+Green+Blue) = 206+225+18=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 18 (7.42% from 255 or 4.01% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE112 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE112 is #311EED. Grayscale: #C4C4C4. Windows color (decimal): -3219182 or 1237454. OLE color: 1237454.

HSL color Cylindrical-coordinate representation of color #CEE112: hue angle of 65.51º degrees, saturation: 0.85, 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 #CEE112 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 18 -
CMYK 0.08 0 0.92 0.12
HSL 65.51º 0.85% 0.48% -
HSV(B) 65.51º 0.92% 0.88% -
XYZ 52.49 67.02 10.74 -
YUV 195.72 27.71 135.33 -
System Red Green Blue C M Y K H S L
Decimal 206 225 18 0.08 0 0.92 0.12 65.51 0.85 0.48
Hex CE E1 12 8 0 5C C 42 55 30
Octal 316 341 22 10 0 134 14 102 125 60
Binary 11001110 11100001 10010 1000 0 1011100 1100 1000010 1010101 110000

Color Harmonies of #CEE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE112

Black with #CEE112

Text Example


Text Example

White with #CEE112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE112; }

 p { color: rgb(206,225,18); }

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

background-color css

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

 a { background-color: rgb(206,225,18); }

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

border-color css

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

 span { border-color: rgb(206,225,18); }

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