Html Css Color HEX #CEE021 Pear

📋 copy color: '#CEE021'

red 206 ◦ green 224 ◦ blue 33

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

Shades of Pear #CEE021

Tints of Pear #CEE021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.13%

R = 44.49%
G = 48.38%
B = 7.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.12

RGB Variations

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

Color information

#CEE021 (or 0xCEE021) is known color: Pear. HEX triplet: CE, E0 and 21. RGB value is (206,224,33). Sum of RGB (Red+Green+Blue) = 206+224+33=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 33 (13.28% from 255 or 7.13% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #CEE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE021 is #311FDE. Grayscale: #C5C5C5. Windows color (decimal): -3219423 or 2220238. OLE color: 2220238.

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

Color convert

RGB 206 224 33 -
CMYK 0.08 0 0.85 0.12
HSL 65.65º 0.75% 0.5% -
HSV(B) 65.65º 0.85% 0.88% -
XYZ 52.38 66.54 11.52 -
YUV 196.84 35.54 134.53 -
System Red Green Blue C M Y K H S L
Decimal 206 224 33 0.08 0 0.85 0.12 65.65 0.75 0.5
Hex CE E0 21 8 0 55 C 42 4B 32
Octal 316 340 41 10 0 125 14 102 113 62
Binary 11001110 11100000 100001 1000 0 1010101 1100 1000010 1001011 110010

Color Harmonies of #CEE021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE021

Black with #CEE021

Text Example


Text Example

White with #CEE021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE021; }

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

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

background-color css

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

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

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

border-color css

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

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

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