Html Css Color HEX #CDE520 Pear

📋 copy color: '#CDE520'

red 205 ◦ green 229 ◦ blue 32

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

Shades of Pear #CDE520

Tints of Pear #CDE520

RGB

 RED value IS 205 (80.47% from 255) = 43.99%

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

 BLUE value IS 32 (12.89% from 255) = 6.87%

R = 43.99%
G = 49.14%
B = 6.87%

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

#CDE520 (or 0xCDE520) is known color: Pear. HEX triplet: CD, E5 and 20. RGB value is (205,229,32). Sum of RGB (Red+Green+Blue) = 205+229+32=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE520 is #321ADF. Grayscale: #C8C8C8. Windows color (decimal): -3283680 or 2155981. OLE color: 2155981.

HSL color Cylindrical-coordinate representation of color #CDE520: hue angle of 67.31º 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 #CDE520 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 229 32 -
CMYK 0.10 0 0.86 0.10
HSL 67.31º 0.79% 0.51% -
HSV(B) 67.31º 0.86% 0.9% -
XYZ 53.46 69.12 11.89 -
YUV 199.37 33.55 132.02 -
System Red Green Blue C M Y K H S L
Decimal 205 229 32 0.10 0 0.86 0.10 67.31 0.79 0.51
Hex CD E5 20 A 0 56 A 43 4F 33
Octal 315 345 40 12 0 126 12 103 117 63
Binary 11001101 11100101 100000 1010 0 1010110 1010 1000011 1001111 110011

Color Harmonies of #CDE520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE520

Black with #CDE520

Text Example


Text Example

White with #CDE520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE520; }

 p { color: rgb(205,229,32); }

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

background-color css

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

 a { background-color: rgb(205,229,32); }

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

border-color css

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

 span { border-color: rgb(205,229,32); }

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