Html Css Color HEX #CEE521 Pear

📋 copy color: '#CEE521'

red 206 ◦ green 229 ◦ blue 33

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

Shades of Pear #CEE521

Tints of Pear #CEE521

RGB

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

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

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

R = 44.02%
G = 48.93%
B = 7.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#CEE521 (or 0xCEE521) is known color: Pear. HEX triplet: CE, E5 and 21. RGB value is (206,229,33). Sum of RGB (Red+Green+Blue) = 206+229+33=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 33 (13.28% from 255 or 7.05% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE521 is #311ADE. Grayscale: #C8C8C8. Windows color (decimal): -3218143 or 2221518. OLE color: 2221518.

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

Color convert

RGB 206 229 33 -
CMYK 0.10 0 0.86 0.10
HSL 67.04º 0.79% 0.51% -
HSV(B) 67.04º 0.86% 0.9% -
XYZ 53.75 69.27 11.98 -
YUV 199.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 206 229 33 0.10 0 0.86 0.10 67.04 0.79 0.51
Hex CE E5 21 A 0 56 A 43 4F 33
Octal 316 345 41 12 0 126 12 103 117 63
Binary 11001110 11100101 100001 1010 0 1010110 1010 1000011 1001111 110011

Color Harmonies of #CEE521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE521

Black with #CEE521

Text Example


Text Example

White with #CEE521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE521; }

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

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

background-color css

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

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

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

border-color css

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

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

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