Html Css Color HEX #CEE115 Pear

📋 copy color: '#CEE115'

red 206 ◦ green 225 ◦ blue 21

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

Shades of Pear #CEE115

Tints of Pear #CEE115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.65%

R = 45.58%
G = 49.78%
B = 4.65%

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

#CEE115 (or 0xCEE115) is known color: Pear. HEX triplet: CE, E1 and 15. RGB value is (206,225,21). Sum of RGB (Red+Green+Blue) = 206+225+21=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 21 (8.59% from 255 or 4.65% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE115 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE115 is #311EEA. Grayscale: #C4C4C4. Windows color (decimal): -3219179 or 1434062. OLE color: 1434062.

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

Color convert

RGB 206 225 21 -
CMYK 0.08 0 0.91 0.12
HSL 65.59º 0.83% 0.48% -
HSV(B) 65.59º 0.91% 0.88% -
XYZ 52.51 67.03 10.88 -
YUV 196.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 206 225 21 0.08 0 0.91 0.12 65.59 0.83 0.48
Hex CE E1 15 8 0 5B C 42 53 30
Octal 316 341 25 10 0 133 14 102 123 60
Binary 11001110 11100001 10101 1000 0 1011011 1100 1000010 1010011 110000

Color Harmonies of #CEE115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE115

Black with #CEE115

Text Example


Text Example

White with #CEE115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE115; }

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

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

background-color css

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

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

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

border-color css

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

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

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