Html Css Color HEX #CDE420 Pear

📋 copy color: '#CDE420'

red 205 ◦ green 228 ◦ blue 32

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

Shades of Pear #CDE420

Tints of Pear #CDE420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.03%

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

R = 44.09%
G = 49.03%
B = 6.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#CDE420 (or 0xCDE420) is known color: Pear. HEX triplet: CD, E4 and 20. RGB value is (205,228,32). Sum of RGB (Red+Green+Blue) = 205+228+32=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 228 (89.45% from 255 or 49.03% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE420 is #321BDF. Grayscale: #C7C7C7. Windows color (decimal): -3283936 or 2155725. OLE color: 2155725.

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

Color convert

RGB 205 228 32 -
CMYK 0.10 0 0.86 0.11
HSL 67.04º 0.78% 0.51% -
HSV(B) 67.04º 0.86% 0.89% -
XYZ 53.18 68.57 11.8 -
YUV 198.78 33.88 132.44 -
System Red Green Blue C M Y K H S L
Decimal 205 228 32 0.10 0 0.86 0.11 67.04 0.78 0.51
Hex CD E4 20 A 0 56 B 43 4E 33
Octal 315 344 40 12 0 126 13 103 116 63
Binary 11001101 11100100 100000 1010 0 1010110 1011 1000011 1001110 110011

Color Harmonies of #CDE420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE420

Black with #CDE420

Text Example


Text Example

White with #CDE420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE420; }

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

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

background-color css

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

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

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

border-color css

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

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

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