Html Css Color HEX #CEE12F Pear

📋 copy color: '#CEE12F'

red 206 ◦ green 225 ◦ blue 47

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

Shades of Pear #CEE12F

Tints of Pear #CEE12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.83%

R = 43.1%
G = 47.07%
B = 9.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#CEE12F (or 0xCEE12F) is known color: Pear. HEX triplet: CE, E1 and 2F. RGB value is (206,225,47). Sum of RGB (Red+Green+Blue) = 206+225+47=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 47 (18.75% from 255 or 9.83% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE12F is #311ED0. Grayscale: #C7C7C7. Windows color (decimal): -3219153 or 3137998. OLE color: 3137998.

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

Color convert

RGB 206 225 47 -
CMYK 0.08 0 0.79 0.12
HSL 66.4º 0.75% 0.53% -
HSV(B) 66.4º 0.79% 0.88% -
XYZ 52.89 67.18 12.87 -
YUV 199.03 42.21 132.97 -
System Red Green Blue C M Y K H S L
Decimal 206 225 47 0.08 0 0.79 0.12 66.4 0.75 0.53
Hex CE E1 2F 8 0 4F C 42 4B 35
Octal 316 341 57 10 0 117 14 102 113 65
Binary 11001110 11100001 101111 1000 0 1001111 1100 1000010 1001011 110101

Color Harmonies of #CEE12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE12F

Black with #CEE12F

Text Example


Text Example

White with #CEE12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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