Html Css Color HEX #CEE035 Pear

📋 copy color: '#CEE035'

red 206 ◦ green 224 ◦ blue 53

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

Shades of Pear #CEE035

Tints of Pear #CEE035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.97%

R = 42.65%
G = 46.38%
B = 10.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#CEE035 (or 0xCEE035) is known color: Pear. HEX triplet: CE, E0 and 35. RGB value is (206,224,53). Sum of RGB (Red+Green+Blue) = 206+224+53=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 53 (21.09% from 255 or 10.97% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE035 is #311FCA. Grayscale: #C7C7C7. Windows color (decimal): -3219403 or 3530958. OLE color: 3530958.

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

Color convert

RGB 206 224 53 -
CMYK 0.08 0 0.76 0.12
HSL 66.32º 0.73% 0.54% -
HSV(B) 66.32º 0.76% 0.88% -
XYZ 52.75 66.69 13.46 -
YUV 199.12 45.54 132.9 -
System Red Green Blue C M Y K H S L
Decimal 206 224 53 0.08 0 0.76 0.12 66.32 0.73 0.54
Hex CE E0 35 8 0 4C C 42 49 36
Octal 316 340 65 10 0 114 14 102 111 66
Binary 11001110 11100000 110101 1000 0 1001100 1100 1000010 1001001 110110

Color Harmonies of #CEE035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE035

Black with #CEE035

Text Example


Text Example

White with #CEE035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE035; }

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

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

background-color css

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

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

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

border-color css

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

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

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