Html Css Color HEX #CDE528 Pear

📋 copy color: '#CDE528'

red 205 ◦ green 229 ◦ blue 40

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

Shades of Pear #CDE528

Tints of Pear #CDE528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.44%

R = 43.25%
G = 48.31%
B = 8.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.10

RGB Variations

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

Color information

#CDE528 (or 0xCDE528) is known color: Pear. HEX triplet: CD, E5 and 28. RGB value is (205,229,40). Sum of RGB (Red+Green+Blue) = 205+229+40=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 40 (16.02% from 255 or 8.44% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE528 is #321AD7. Grayscale: #C9C9C9. Windows color (decimal): -3283672 or 2680269. OLE color: 2680269.

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

Color convert

RGB 205 229 40 -
CMYK 0.10 0 0.83 0.10
HSL 67.62º 0.78% 0.53% -
HSV(B) 67.62º 0.83% 0.9% -
XYZ 53.58 69.17 12.53 -
YUV 200.28 37.55 131.37 -
System Red Green Blue C M Y K H S L
Decimal 205 229 40 0.10 0 0.83 0.10 67.62 0.78 0.53
Hex CD E5 28 A 0 53 A 44 4E 35
Octal 315 345 50 12 0 123 12 104 116 65
Binary 11001101 11100101 101000 1010 0 1010011 1010 1000100 1001110 110101

Color Harmonies of #CDE528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE528

Black with #CDE528

Text Example


Text Example

White with #CDE528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE528; }

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

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

background-color css

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

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

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

border-color css

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

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

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