Html Css Color HEX #CEE213 Pear

📋 copy color: '#CEE213'

red 206 ◦ green 226 ◦ blue 19

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

Shades of Pear #CEE213

Tints of Pear #CEE213

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.11%

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

R = 45.68%
G = 50.11%
B = 4.21%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#CEE213 (or 0xCEE213) is known color: Pear. HEX triplet: CE, E2 and 13. RGB value is (206,226,19). Sum of RGB (Red+Green+Blue) = 206+226+19=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE213 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE213 is #311DEC. Grayscale: #C5C5C5. Windows color (decimal): -3218925 or 1303246. OLE color: 1303246.

HSL color Cylindrical-coordinate representation of color #CEE213: hue angle of 65.8º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE213 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 226 19 -
CMYK 0.09 0 0.92 0.11
HSL 65.8º 0.84% 0.48% -
HSV(B) 65.8º 0.92% 0.89% -
XYZ 52.77 67.56 10.88 -
YUV 196.42 27.87 134.83 -
System Red Green Blue C M Y K H S L
Decimal 206 226 19 0.09 0 0.92 0.11 65.8 0.84 0.48
Hex CE E2 13 9 0 5C B 42 54 30
Octal 316 342 23 11 0 134 13 102 124 60
Binary 11001110 11100010 10011 1001 0 1011100 1011 1000010 1010100 110000

Color Harmonies of #CEE213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE213

Black with #CEE213

Text Example


Text Example

White with #CEE213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE213; }

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

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

background-color css

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

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

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

border-color css

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

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

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