Html Css Color HEX #D5E13F Pear

📋 copy color: '#D5E13F'

red 213 ◦ green 225 ◦ blue 63

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

Shades of Pear #D5E13F

Tints of Pear #D5E13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.57%

R = 42.51%
G = 44.91%
B = 12.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#D5E13F (or 0xD5E13F) is known color: Pear. HEX triplet: D5, E1 and 3F. RGB value is (213,225,63). Sum of RGB (Red+Green+Blue) = 213+225+63=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 225 (88.28% from 255 or 44.91% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E13F is #2A1EC0. Grayscale: #CBCBCB. Windows color (decimal): -2760385 or 4186581. OLE color: 4186581.

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

Color convert

RGB 213 225 63 -
CMYK 0.05 0 0.72 0.12
HSL 64.44º 0.73% 0.56% -
HSV(B) 64.44º 0.72% 0.88% -
XYZ 55.26 68.36 14.98 -
YUV 202.94 49.02 135.17 -
System Red Green Blue C M Y K H S L
Decimal 213 225 63 0.05 0 0.72 0.12 64.44 0.73 0.56
Hex D5 E1 3F 5 0 48 C 40 49 38
Octal 325 341 77 5 0 110 14 100 111 70
Binary 11010101 11100001 111111 101 0 1001000 1100 1000000 1001001 111000

Color Harmonies of #D5E13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E13F

Black with #D5E13F

Text Example


Text Example

White with #D5E13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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