Html Css Color HEX #D5E825 Pear

📋 copy color: '#D5E825'

red 213 ◦ green 232 ◦ blue 37

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

Shades of Pear #D5E825

Tints of Pear #D5E825

RGB

 RED value IS 213 (83.59% from 255) = 44.19%

 GREEN value IS 232 (91.02% from 255) = 48.13%

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

R = 44.19%
G = 48.13%
B = 7.68%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.09

RGB Variations

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

Color information

#D5E825 (or 0xD5E825) is known color: Pear. HEX triplet: D5, E8 and 25. RGB value is (213,232,37). Sum of RGB (Red+Green+Blue) = 213+232+37=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E825 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D5E825 is #2A17DA. Grayscale: #CCCCCC. Windows color (decimal): -2758619 or 2484437. OLE color: 2484437.

HSL color Cylindrical-coordinate representation of color #D5E825: hue angle of 65.85º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5E825 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB 213 232 37 -
CMYK 0.08 0 0.84 0.09
HSL 65.85º 0.81% 0.53% -
HSV(B) 65.85º 0.84% 0.91% -
XYZ 56.63 71.99 12.66 -
YUV 204.09 33.71 134.36 -
System Red Green Blue C M Y K H S L
Decimal 213 232 37 0.08 0 0.84 0.09 65.85 0.81 0.53
Hex D5 E8 25 8 0 54 9 42 51 35
Octal 325 350 45 10 0 124 11 102 121 65
Binary 11010101 11101000 100101 1000 0 1010100 1001 1000010 1010001 110101

Color Harmonies of #D5E825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E825

Black with #D5E825

Text Example


Text Example

White with #D5E825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E825; }

 p { color: rgb(213,232,37); }

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

background-color css

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

 a { background-color: rgb(213,232,37); }

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

border-color css

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

 span { border-color: rgb(213,232,37); }

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