Html Css Color HEX #D8F21E Pear

📋 copy color: '#D8F21E'

red 216 ◦ green 242 ◦ blue 30

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

Shades of Pear #D8F21E

Tints of Pear #D8F21E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.15%

R = 44.26%
G = 49.59%
B = 6.15%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#D8F21E (or 0xD8F21E) is known color: Pear. HEX triplet: D8, F2 and 1E. RGB value is (216,242,30). Sum of RGB (Red+Green+Blue) = 216+242+30=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 30 (12.11% from 255 or 6.15% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F21E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F21E is #270DE1. Grayscale: #D2D2D2. Windows color (decimal): -2559458 or 2028248. OLE color: 2028248.

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

Color convert

RGB 216 242 30 -
CMYK 0.11 0 0.88 0.05
HSL 67.36º 0.89% 0.53% -
HSV(B) 67.36º 0.88% 0.95% -
XYZ 60.31 78.2 13.14 -
YUV 210.06 26.39 132.24 -
System Red Green Blue C M Y K H S L
Decimal 216 242 30 0.11 0 0.88 0.05 67.36 0.89 0.53
Hex D8 F2 1E B 0 58 5 43 59 35
Octal 330 362 36 13 0 130 5 103 131 65
Binary 11011000 11110010 11110 1011 0 1011000 101 1000011 1011001 110101

Color Harmonies of #D8F21E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F21E

Black with #D8F21E

Text Example


Text Example

White with #D8F21E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F21E; }

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

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

background-color css

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

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

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

border-color css

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

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

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