Html Css Color HEX #CEE114 Pear

📋 copy color: '#CEE114'

red 206 ◦ green 225 ◦ blue 20

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

Shades of Pear #CEE114

Tints of Pear #CEE114

RGB

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

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

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

R = 45.68%
G = 49.89%
B = 4.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#CEE114 (or 0xCEE114) is known color: Pear. HEX triplet: CE, E1 and 14. RGB value is (206,225,20). Sum of RGB (Red+Green+Blue) = 206+225+20=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 20 (8.20% from 255 or 4.43% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE114 is #311EEB. Grayscale: #C4C4C4. Windows color (decimal): -3219180 or 1368526. OLE color: 1368526.

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

Color convert

RGB 206 225 20 -
CMYK 0.08 0 0.91 0.12
HSL 65.56º 0.84% 0.48% -
HSV(B) 65.56º 0.91% 0.88% -
XYZ 52.51 67.02 10.83 -
YUV 195.95 28.71 135.17 -
System Red Green Blue C M Y K H S L
Decimal 206 225 20 0.08 0 0.91 0.12 65.56 0.84 0.48
Hex CE E1 14 8 0 5B C 42 54 30
Octal 316 341 24 10 0 133 14 102 124 60
Binary 11001110 11100001 10100 1000 0 1011011 1100 1000010 1010100 110000

Color Harmonies of #CEE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE114

Black with #CEE114

Text Example


Text Example

White with #CEE114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE114; }

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

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

background-color css

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

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

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

border-color css

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

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

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