Html Css Color HEX #D8ED1F Pear

📋 copy color: '#D8ED1F'

red 216 ◦ green 237 ◦ blue 31

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

Shades of Pear #D8ED1F

Tints of Pear #D8ED1F

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 48.97%
B = 6.4%

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

#D8ED1F (or 0xD8ED1F) is known color: Pear. HEX triplet: D8, ED and 1F. RGB value is (216,237,31). Sum of RGB (Red+Green+Blue) = 216+237+31=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8ED1F is #2712E0. Grayscale: #D0D0D0. Windows color (decimal): -2560737 or 2092504. OLE color: 2092504.

HSL color Cylindrical-coordinate representation of color #D8ED1F: hue angle of 66.12º 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 #D8ED1F is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 237 31 -
CMYK 0.09 0 0.87 0.07
HSL 66.12º 0.85% 0.53% -
HSV(B) 66.12º 0.87% 0.93% -
XYZ 58.85 75.27 12.72 -
YUV 207.24 28.54 134.25 -
System Red Green Blue C M Y K H S L
Decimal 216 237 31 0.09 0 0.87 0.07 66.12 0.85 0.53
Hex D8 ED 1F 9 0 57 7 42 55 35
Octal 330 355 37 11 0 127 7 102 125 65
Binary 11011000 11101101 11111 1001 0 1010111 111 1000010 1010101 110101

Color Harmonies of #D8ED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ED1F

Black with #D8ED1F

Text Example


Text Example

White with #D8ED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ED1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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