Html Css Color HEX #CEE034 Pear

📋 copy color: '#CEE034'

red 206 ◦ green 224 ◦ blue 52

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

Shades of Pear #CEE034

Tints of Pear #CEE034

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.47%

 BLUE value IS 52 (20.7% from 255) = 10.79%

R = 42.74%
G = 46.47%
B = 10.79%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#CEE034 (or 0xCEE034) is known color: Pear. HEX triplet: CE, E0 and 34. RGB value is (206,224,52). Sum of RGB (Red+Green+Blue) = 206+224+52=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE034 is #311FCB. Grayscale: #C7C7C7. Windows color (decimal): -3219404 or 3465422. OLE color: 3465422.

HSL color Cylindrical-coordinate representation of color #CEE034: hue angle of 66.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEE034 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 224 52 -
CMYK 0.08 0 0.77 0.12
HSL 66.28º 0.74% 0.54% -
HSV(B) 66.28º 0.77% 0.88% -
XYZ 52.73 66.68 13.34 -
YUV 199.01 45.04 132.99 -
System Red Green Blue C M Y K H S L
Decimal 206 224 52 0.08 0 0.77 0.12 66.28 0.74 0.54
Hex CE E0 34 8 0 4D C 42 4A 36
Octal 316 340 64 10 0 115 14 102 112 66
Binary 11001110 11100000 110100 1000 0 1001101 1100 1000010 1001010 110110

Color Harmonies of #CEE034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE034

Black with #CEE034

Text Example


Text Example

White with #CEE034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE034; }

 p { color: rgb(206,224,52); }

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

background-color css

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

 a { background-color: rgb(206,224,52); }

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

border-color css

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

 span { border-color: rgb(206,224,52); }

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