Html Css Color HEX #D8FA40 Pear

📋 copy color: '#D8FA40'

red 216 ◦ green 250 ◦ blue 64

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

Shades of Pear #D8FA40

Tints of Pear #D8FA40

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

 BLUE value IS 64 (25.39% from 255) = 12.08%

R = 40.75%
G = 47.17%
B = 12.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#D8FA40 (or 0xD8FA40) is known color: Pear. HEX triplet: D8, FA and 40. RGB value is (216,250,64). Sum of RGB (Red+Green+Blue) = 216+250+64=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 64 (25.39% from 255 or 12.08% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FA40 is #2705BF. Grayscale: #DBDBDB. Windows color (decimal): -2557376 or 4258520. OLE color: 4258520.

HSL color Cylindrical-coordinate representation of color #D8FA40: hue angle of 70.97º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8FA40 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 250 64 -
CMYK 0.14 0 0.74 0.02
HSL 70.97º 0.95% 0.62% -
HSV(B) 70.97º 0.74% 0.98% -
XYZ 63.43 83.34 17.59 -
YUV 218.63 40.74 126.12 -
System Red Green Blue C M Y K H S L
Decimal 216 250 64 0.14 0 0.74 0.02 70.97 0.95 0.62
Hex D8 FA 40 E 0 4A 2 47 5F 3E
Octal 330 372 100 16 0 112 2 107 137 76
Binary 11011000 11111010 1000000 1110 0 1001010 10 1000111 1011111 111110

Color Harmonies of #D8FA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8FA40

Black with #D8FA40

Text Example


Text Example

White with #D8FA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8FA40; }

 p { color: rgb(216,250,64); }

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

background-color css

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

 a { background-color: rgb(216,250,64); }

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

border-color css

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

 span { border-color: rgb(216,250,64); }

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