Html Css Color HEX #D7ED2A Pear

📋 copy color: '#D7ED2A'

red 215 ◦ green 237 ◦ blue 42

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

Shades of Pear #D7ED2A

Tints of Pear #D7ED2A

RGB

 RED value IS 215 (84.38% from 255) = 43.52%

 GREEN value IS 237 (92.97% from 255) = 47.98%

 BLUE value IS 42 (16.8% from 255) = 8.5%

R = 43.52%
G = 47.98%
B = 8.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#D7ED2A (or 0xD7ED2A) is known color: Pear. HEX triplet: D7, ED and 2A. RGB value is (215,237,42). Sum of RGB (Red+Green+Blue) = 215+237+42=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 237 (92.97% from 255 or 47.98% from 494); Blue value is 42 (16.80% from 255 or 8.50% from 494); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7ED2A is #2812D5. Grayscale: #D0D0D0. Windows color (decimal): -2626262 or 2813399. OLE color: 2813399.

HSL color Cylindrical-coordinate representation of color #D7ED2A: hue angle of 66.77º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D7ED2A is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 215 237 42 -
CMYK 0.09 0 0.82 0.07
HSL 66.77º 0.84% 0.55% -
HSV(B) 66.77º 0.82% 0.93% -
XYZ 58.73 75.18 13.61 -
YUV 208.19 34.21 132.86 -
System Red Green Blue C M Y K H S L
Decimal 215 237 42 0.09 0 0.82 0.07 66.77 0.84 0.55
Hex D7 ED 2A 9 0 52 7 43 54 37
Octal 327 355 52 11 0 122 7 103 124 67
Binary 11010111 11101101 101010 1001 0 1010010 111 1000011 1010100 110111

Color Harmonies of #D7ED2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ED2A

Black with #D7ED2A

Text Example


Text Example

White with #D7ED2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ED2A; }

 p { color: rgb(215,237,42); }

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

background-color css

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

 a { background-color: rgb(215,237,42); }

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

border-color css

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

 span { border-color: rgb(215,237,42); }

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