Html Css Color HEX #D5E125 Pear

📋 copy color: '#D5E125'

red 213 ◦ green 225 ◦ blue 37

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

Shades of Pear #D5E125

Tints of Pear #D5E125

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.37%

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

R = 44.84%
G = 47.37%
B = 7.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#D5E125 (or 0xD5E125) is known color: Pear. HEX triplet: D5, E1 and 25. RGB value is (213,225,37). Sum of RGB (Red+Green+Blue) = 213+225+37=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 37 (14.84% from 255 or 7.79% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E125 is #2A1EDA. Grayscale: #C8C8C8. Windows color (decimal): -2760411 or 2482645. OLE color: 2482645.

HSL color Cylindrical-coordinate representation of color #D5E125: hue angle of 63.83º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D5E125 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 225 37 -
CMYK 0.05 0 0.84 0.12
HSL 63.83º 0.76% 0.51% -
HSV(B) 63.83º 0.84% 0.88% -
XYZ 54.7 68.13 12.02 -
YUV 199.98 36.02 137.29 -
System Red Green Blue C M Y K H S L
Decimal 213 225 37 0.05 0 0.84 0.12 63.83 0.76 0.51
Hex D5 E1 25 5 0 54 C 40 4C 33
Octal 325 341 45 5 0 124 14 100 114 63
Binary 11010101 11100001 100101 101 0 1010100 1100 1000000 1001100 110011

Color Harmonies of #D5E125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E125

Black with #D5E125

Text Example


Text Example

White with #D5E125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E125; }

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

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

background-color css

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

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

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

border-color css

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

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

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