Html Css Color HEX #D8F01E Pear

📋 copy color: '#D8F01E'

red 216 ◦ green 240 ◦ blue 30

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

Shades of Pear #D8F01E

Tints of Pear #D8F01E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.38%

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

R = 44.44%
G = 49.38%
B = 6.17%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#D8F01E (or 0xD8F01E) is known color: Pear. HEX triplet: D8, F0 and 1E. RGB value is (216,240,30). Sum of RGB (Red+Green+Blue) = 216+240+30=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 240 (94.14% from 255 or 49.38% from 486); Blue value is 30 (12.11% from 255 or 6.17% from 486); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F01E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F01E is #270FE1. Grayscale: #D1D1D1. Windows color (decimal): -2559970 or 2027736. OLE color: 2027736.

HSL color Cylindrical-coordinate representation of color #D8F01E: hue angle of 66.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8F01E is Cyan = 0.1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 240 30 -
CMYK 0.1 0 0.87 0.06
HSL 66.86º 0.88% 0.53% -
HSV(B) 66.86º 0.88% 0.94% -
XYZ 59.71 77.01 12.95 -
YUV 208.88 27.05 133.08 -
System Red Green Blue C M Y K H S L
Decimal 216 240 30 0.1 0 0.87 0.06 66.86 0.88 0.53
Hex D8 F0 1E A 0 57 6 43 58 35
Octal 330 360 36 12 0 127 6 103 130 65
Binary 11011000 11110000 11110 1010 0 1010111 110 1000011 1011000 110101

Color Harmonies of #D8F01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F01E

Black with #D8F01E

Text Example


Text Example

White with #D8F01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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