Html Css Color HEX #D8F94A Pear

📋 copy color: '#D8F94A'

red 216 ◦ green 249 ◦ blue 74

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

Shades of Pear #D8F94A

Tints of Pear #D8F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.2%

 BLUE value IS 74 (29.3% from 255) = 13.73%

R = 40.07%
G = 46.2%
B = 13.73%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#D8F94A (or 0xD8F94A) is known color: Pear. HEX triplet: D8, F9 and 4A. RGB value is (216,249,74). Sum of RGB (Red+Green+Blue) = 216+249+74=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 74 (29.30% from 255 or 13.73% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F94A is #2706B5. Grayscale: #DBDBDB. Windows color (decimal): -2557622 or 4913624. OLE color: 4913624.

HSL color Cylindrical-coordinate representation of color #D8F94A: hue angle of 71.31º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D8F94A is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB 216 249 74 -
CMYK 0.13 0 0.70 0.02
HSL 71.31º 0.94% 0.63% -
HSV(B) 71.31º 0.7% 0.98% -
XYZ 63.43 82.84 19.13 -
YUV 219.18 46.07 125.73 -
System Red Green Blue C M Y K H S L
Decimal 216 249 74 0.13 0 0.70 0.02 71.31 0.94 0.63
Hex D8 F9 4A D 0 46 2 47 5E 3F
Octal 330 371 112 15 0 106 2 107 136 77
Binary 11011000 11111001 1001010 1101 0 1000110 10 1000111 1011110 111111

Color Harmonies of #D8F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F94A

Black with #D8F94A

Text Example


Text Example

White with #D8F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F94A; }

 p { color: rgb(216,249,74); }

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

background-color css

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

 a { background-color: rgb(216,249,74); }

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

border-color css

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

 span { border-color: rgb(216,249,74); }

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