Html Css Color HEX #CEE512 Pear

📋 copy color: '#CEE512'

red 206 ◦ green 229 ◦ blue 18

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

Shades of Pear #CEE512

Tints of Pear #CEE512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.55%

 BLUE value IS 18 (7.42% from 255) = 3.97%

R = 45.47%
G = 50.55%
B = 3.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#CEE512 (or 0xCEE512) is known color: Pear. HEX triplet: CE, E5 and 12. RGB value is (206,229,18). Sum of RGB (Red+Green+Blue) = 206+229+18=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEE512 is #311AED. Grayscale: #C6C6C6. Windows color (decimal): -3218158 or 1238478. OLE color: 1238478.

HSL color Cylindrical-coordinate representation of color #CEE512: hue angle of 66.54º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEE512 is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 18 -
CMYK 0.10 0 0.92 0.10
HSL 66.54º 0.85% 0.48% -
HSV(B) 66.54º 0.92% 0.9% -
XYZ 53.58 69.2 11.11 -
YUV 198.07 26.38 133.66 -
System Red Green Blue C M Y K H S L
Decimal 206 229 18 0.10 0 0.92 0.10 66.54 0.85 0.48
Hex CE E5 12 A 0 5C A 43 55 30
Octal 316 345 22 12 0 134 12 103 125 60
Binary 11001110 11100101 10010 1010 0 1011100 1010 1000011 1010101 110000

Color Harmonies of #CEE512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE512

Black with #CEE512

Text Example


Text Example

White with #CEE512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE512; }

 p { color: rgb(206,229,18); }

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

background-color css

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

 a { background-color: rgb(206,229,18); }

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

border-color css

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

 span { border-color: rgb(206,229,18); }

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