Html Css Color HEX #CDF520 Pear

📋 copy color: '#CDF520'

red 205 ◦ green 245 ◦ blue 32

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

Shades of Pear #CDF520

Tints of Pear #CDF520

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.83%

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

R = 42.53%
G = 50.83%
B = 6.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#CDF520 (or 0xCDF520) is known color: Pear. HEX triplet: CD, F5 and 20. RGB value is (205,245,32). Sum of RGB (Red+Green+Blue) = 205+245+32=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 32 (12.89% from 255 or 6.64% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF520 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF520 is #320ADF. Grayscale: #D1D1D1. Windows color (decimal): -3279584 or 2160077. OLE color: 2160077.

HSL color Cylindrical-coordinate representation of color #CDF520: hue angle of 71.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CDF520 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 245 32 -
CMYK 0.16 0 0.87 0.04
HSL 71.27º 0.91% 0.54% -
HSV(B) 71.27º 0.87% 0.96% -
XYZ 58.09 78.39 13.44 -
YUV 208.76 28.25 125.32 -
System Red Green Blue C M Y K H S L
Decimal 205 245 32 0.16 0 0.87 0.04 71.27 0.91 0.54
Hex CD F5 20 10 0 57 4 47 5B 36
Octal 315 365 40 20 0 127 4 107 133 66
Binary 11001101 11110101 100000 10000 0 1010111 100 1000111 1011011 110110

Color Harmonies of #CDF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF520

Black with #CDF520

Text Example


Text Example

White with #CDF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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