Html Css Color HEX #CEE113 Pear

📋 copy color: '#CEE113'

red 206 ◦ green 225 ◦ blue 19

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

Shades of Pear #CEE113

Tints of Pear #CEE113

RGB

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

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

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

R = 45.78%
G = 50%
B = 4.22%

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

#CEE113 (or 0xCEE113) is known color: Pear. HEX triplet: CE, E1 and 13. RGB value is (206,225,19). Sum of RGB (Red+Green+Blue) = 206+225+19=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE113 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE113 is #311EEC. Grayscale: #C4C4C4. Windows color (decimal): -3219181 or 1302990. OLE color: 1302990.

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

Color convert

RGB 206 225 19 -
CMYK 0.08 0 0.92 0.12
HSL 65.53º 0.84% 0.48% -
HSV(B) 65.53º 0.92% 0.88% -
XYZ 52.5 67.02 10.79 -
YUV 195.84 28.21 135.25 -
System Red Green Blue C M Y K H S L
Decimal 206 225 19 0.08 0 0.92 0.12 65.53 0.84 0.48
Hex CE E1 13 8 0 5C C 42 54 30
Octal 316 341 23 10 0 134 14 102 124 60
Binary 11001110 11100001 10011 1000 0 1011100 1100 1000010 1010100 110000

Color Harmonies of #CEE113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE113

Black with #CEE113

Text Example


Text Example

White with #CEE113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE113; }

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

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

background-color css

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

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

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

border-color css

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

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

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