Html Css Color HEX #D5E225 Pear

📋 copy color: '#D5E225'

red 213 ◦ green 226 ◦ blue 37

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

Shades of Pear #D5E225

Tints of Pear #D5E225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.48%

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

R = 44.75%
G = 47.48%
B = 7.77%

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

#D5E225 (or 0xD5E225) is known color: Pear. HEX triplet: D5, E2 and 25. RGB value is (213,226,37). Sum of RGB (Red+Green+Blue) = 213+226+37=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 37 (14.84% from 255 or 7.77% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E225 is #2A1DDA. Grayscale: #C9C9C9. Windows color (decimal): -2760155 or 2482901. OLE color: 2482901.

HSL color Cylindrical-coordinate representation of color #D5E225: hue angle of 64.13º 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 #D5E225 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 226 37 -
CMYK 0.06 0 0.84 0.11
HSL 64.13º 0.77% 0.52% -
HSV(B) 64.13º 0.84% 0.89% -
XYZ 54.97 68.67 12.11 -
YUV 200.57 35.69 136.87 -
System Red Green Blue C M Y K H S L
Decimal 213 226 37 0.06 0 0.84 0.11 64.13 0.77 0.52
Hex D5 E2 25 6 0 54 B 40 4D 34
Octal 325 342 45 6 0 124 13 100 115 64
Binary 11010101 11100010 100101 110 0 1010100 1011 1000000 1001101 110100

Color Harmonies of #D5E225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E225

Black with #D5E225

Text Example


Text Example

White with #D5E225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E225; }

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

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

background-color css

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

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

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

border-color css

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

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

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