Html Css Color HEX #CDE525 Pear

📋 copy color: '#CDE525'

red 205 ◦ green 229 ◦ blue 37

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

Shades of Pear #CDE525

Tints of Pear #CDE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.86%

R = 43.52%
G = 48.62%
B = 7.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CDE525 (or 0xCDE525) is known color: Pear. HEX triplet: CD, E5 and 25. RGB value is (205,229,37). Sum of RGB (Red+Green+Blue) = 205+229+37=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 37 (14.84% from 255 or 7.86% from 471); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE525 is #321ADA. Grayscale: #C8C8C8. Windows color (decimal): -3283675 or 2483661. OLE color: 2483661.

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

Color convert

RGB 205 229 37 -
CMYK 0.10 0 0.84 0.10
HSL 67.5º 0.79% 0.52% -
HSV(B) 67.5º 0.84% 0.9% -
XYZ 53.53 69.15 12.28 -
YUV 199.94 36.05 131.61 -
System Red Green Blue C M Y K H S L
Decimal 205 229 37 0.10 0 0.84 0.10 67.5 0.79 0.52
Hex CD E5 25 A 0 54 A 44 4F 34
Octal 315 345 45 12 0 124 12 104 117 64
Binary 11001101 11100101 100101 1010 0 1010100 1010 1000100 1001111 110100

Color Harmonies of #CDE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDE525

Black with #CDE525

Text Example


Text Example

White with #CDE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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