Html Css Color HEX #CEE313 Pear

📋 copy color: '#CEE313'

red 206 ◦ green 227 ◦ blue 19

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

Shades of Pear #CEE313

Tints of Pear #CEE313

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.22%

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

R = 45.58%
G = 50.22%
B = 4.2%

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

#CEE313 (or 0xCEE313) is known color: Pear. HEX triplet: CE, E3 and 13. RGB value is (206,227,19). Sum of RGB (Red+Green+Blue) = 206+227+19=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 19 (7.81% from 255 or 4.20% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #CEE313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE313 is #311CEC. Grayscale: #C5C5C5. Windows color (decimal): -3218669 or 1303502. OLE color: 1303502.

HSL color Cylindrical-coordinate representation of color #CEE313: hue angle of 66.06º degrees, saturation: 0.85, 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 #CEE313 is Cyan = 0.09, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 227 19 -
CMYK 0.09 0 0.92 0.11
HSL 66.06º 0.85% 0.48% -
HSV(B) 66.06º 0.92% 0.89% -
XYZ 53.04 68.11 10.97 -
YUV 197.01 27.54 134.41 -
System Red Green Blue C M Y K H S L
Decimal 206 227 19 0.09 0 0.92 0.11 66.06 0.85 0.48
Hex CE E3 13 9 0 5C B 42 55 30
Octal 316 343 23 11 0 134 13 102 125 60
Binary 11001110 11100011 10011 1001 0 1011100 1011 1000010 1010101 110000

Color Harmonies of #CEE313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE313

Black with #CEE313

Text Example


Text Example

White with #CEE313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE313; }

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

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

background-color css

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

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

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

border-color css

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

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

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