Html Css Color HEX #D8F21F Pear

📋 copy color: '#D8F21F'

red 216 ◦ green 242 ◦ blue 31

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

Shades of Pear #D8F21F

Tints of Pear #D8F21F

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

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

R = 44.17%
G = 49.49%
B = 6.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#D8F21F (or 0xD8F21F) is known color: Pear. HEX triplet: D8, F2 and 1F. RGB value is (216,242,31). Sum of RGB (Red+Green+Blue) = 216+242+31=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 31 (12.5% from 255 or 6.34% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F21F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F21F is #270DE0. Grayscale: #D2D2D2. Windows color (decimal): -2559457 or 2093784. OLE color: 2093784.

HSL color Cylindrical-coordinate representation of color #D8F21F: hue angle of 67.39º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8F21F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 31 -
CMYK 0.11 0 0.87 0.05
HSL 67.39º 0.89% 0.54% -
HSV(B) 67.39º 0.87% 0.95% -
XYZ 60.32 78.2 13.21 -
YUV 210.17 26.89 132.16 -
System Red Green Blue C M Y K H S L
Decimal 216 242 31 0.11 0 0.87 0.05 67.39 0.89 0.54
Hex D8 F2 1F B 0 57 5 43 59 36
Octal 330 362 37 13 0 127 5 103 131 66
Binary 11011000 11110010 11111 1011 0 1010111 101 1000011 1011001 110110

Color Harmonies of #D8F21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F21F

Black with #D8F21F

Text Example


Text Example

White with #D8F21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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