Html Css Color HEX #D7ED1F Pear

📋 copy color: '#D7ED1F'

red 215 ◦ green 237 ◦ blue 31

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

Shades of Pear #D7ED1F

Tints of Pear #D7ED1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.42%

R = 44.51%
G = 49.07%
B = 6.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#D7ED1F (or 0xD7ED1F) is known color: Pear. HEX triplet: D7, ED and 1F. RGB value is (215,237,31). Sum of RGB (Red+Green+Blue) = 215+237+31=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 31 (12.5% from 255 or 6.42% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #D7ED1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7ED1F is #2812E0. Grayscale: #CFCFCF. Windows color (decimal): -2626273 or 2092503. OLE color: 2092503.

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

Color convert

RGB 215 237 31 -
CMYK 0.09 0 0.87 0.07
HSL 66.41º 0.85% 0.53% -
HSV(B) 66.41º 0.87% 0.93% -
XYZ 58.56 75.11 12.71 -
YUV 206.94 28.71 133.75 -
System Red Green Blue C M Y K H S L
Decimal 215 237 31 0.09 0 0.87 0.07 66.41 0.85 0.53
Hex D7 ED 1F 9 0 57 7 42 55 35
Octal 327 355 37 11 0 127 7 102 125 65
Binary 11010111 11101101 11111 1001 0 1010111 111 1000010 1010101 110101

Color Harmonies of #D7ED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ED1F

Black with #D7ED1F

Text Example


Text Example

White with #D7ED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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