Html Css Color HEX #CEE12C Pear

📋 copy color: '#CEE12C'

red 206 ◦ green 225 ◦ blue 44

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

Shades of Pear #CEE12C

Tints of Pear #CEE12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.26%

R = 43.37%
G = 47.37%
B = 9.26%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#CEE12C (or 0xCEE12C) is known color: Pear. HEX triplet: CE, E1 and 2C. RGB value is (206,225,44). Sum of RGB (Red+Green+Blue) = 206+225+44=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE12C is #311ED3. Grayscale: #C7C7C7. Windows color (decimal): -3219156 or 2941390. OLE color: 2941390.

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

Color convert

RGB 206 225 44 -
CMYK 0.08 0 0.80 0.12
HSL 66.3º 0.75% 0.53% -
HSV(B) 66.3º 0.8% 0.88% -
XYZ 52.83 67.15 12.56 -
YUV 198.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 206 225 44 0.08 0 0.80 0.12 66.3 0.75 0.53
Hex CE E1 2C 8 0 50 C 42 4B 35
Octal 316 341 54 10 0 120 14 102 113 65
Binary 11001110 11100001 101100 1000 0 1010000 1100 1000010 1001011 110101

Color Harmonies of #CEE12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE12C

Black with #CEE12C

Text Example


Text Example

White with #CEE12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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