Html Css Color HEX #D8F946 Pear

📋 copy color: '#D8F946'

red 216 ◦ green 249 ◦ blue 70

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

Shades of Pear #D8F946

Tints of Pear #D8F946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 13.08%

R = 40.37%
G = 46.54%
B = 13.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#D8F946 (or 0xD8F946) is known color: Pear. HEX triplet: D8, F9 and 46. RGB value is (216,249,70). Sum of RGB (Red+Green+Blue) = 216+249+70=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 70 (27.73% from 255 or 13.08% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F946 is #2706B9. Grayscale: #DBDBDB. Windows color (decimal): -2557626 or 4651480. OLE color: 4651480.

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

Color convert

RGB 216 249 70 -
CMYK 0.13 0 0.72 0.02
HSL 71.06º 0.94% 0.63% -
HSV(B) 71.06º 0.72% 0.98% -
XYZ 63.3 82.79 18.44 -
YUV 218.73 44.07 126.05 -
System Red Green Blue C M Y K H S L
Decimal 216 249 70 0.13 0 0.72 0.02 71.06 0.94 0.63
Hex D8 F9 46 D 0 48 2 47 5E 3F
Octal 330 371 106 15 0 110 2 107 136 77
Binary 11011000 11111001 1000110 1101 0 1001000 10 1000111 1011110 111111

Color Harmonies of #D8F946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F946

Black with #D8F946

Text Example


Text Example

White with #D8F946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F946; }

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

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

background-color css

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

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

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

border-color css

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

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

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