Html Css Color HEX #D5E325 Pear

📋 copy color: '#D5E325'

red 213 ◦ green 227 ◦ blue 37

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

Shades of Pear #D5E325

Tints of Pear #D5E325

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.59%

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

R = 44.65%
G = 47.59%
B = 7.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#D5E325 (or 0xD5E325) is known color: Pear. HEX triplet: D5, E3 and 25. RGB value is (213,227,37). Sum of RGB (Red+Green+Blue) = 213+227+37=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 227 (89.06% from 255 or 47.59% from 477); Blue value is 37 (14.84% from 255 or 7.76% from 477); Max value from RGB is 227 - color contains mainly: green. Hex color #D5E325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E325 is #2A1CDA. Grayscale: #C9C9C9. Windows color (decimal): -2759899 or 2483157. OLE color: 2483157.

HSL color Cylindrical-coordinate representation of color #D5E325: hue angle of 64.42º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5E325 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 227 37 -
CMYK 0.06 0 0.84 0.11
HSL 64.42º 0.77% 0.52% -
HSV(B) 64.42º 0.84% 0.89% -
XYZ 55.24 69.22 12.2 -
YUV 201.15 35.36 136.45 -
System Red Green Blue C M Y K H S L
Decimal 213 227 37 0.06 0 0.84 0.11 64.42 0.77 0.52
Hex D5 E3 25 6 0 54 B 40 4D 34
Octal 325 343 45 6 0 124 13 100 115 64
Binary 11010101 11100011 100101 110 0 1010100 1011 1000000 1001101 110100

Color Harmonies of #D5E325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E325

Black with #D5E325

Text Example


Text Example

White with #D5E325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E325; }

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

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

background-color css

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

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

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

border-color css

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

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

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