Html Css Color HEX #D6F947 Pear

📋 copy color: '#D6F947'

red 214 ◦ green 249 ◦ blue 71

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

Shades of Pear #D6F947

Tints of Pear #D6F947

RGB

 RED value IS 214 (83.98% from 255) = 40.07%

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

 BLUE value IS 71 (28.13% from 255) = 13.3%

R = 40.07%
G = 46.63%
B = 13.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#D6F947 (or 0xD6F947) is known color: Pear. HEX triplet: D6, F9 and 47. RGB value is (214,249,71). Sum of RGB (Red+Green+Blue) = 214+249+71=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 71 (28.12% from 255 or 13.30% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F947 is #2906B8. Grayscale: #DADADA. Windows color (decimal): -2688697 or 4717014. OLE color: 4717014.

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

Color convert

RGB 214 249 71 -
CMYK 0.14 0 0.71 0.02
HSL 71.8º 0.94% 0.63% -
HSV(B) 71.8º 0.71% 0.98% -
XYZ 62.74 82.5 18.58 -
YUV 218.24 44.9 124.97 -
System Red Green Blue C M Y K H S L
Decimal 214 249 71 0.14 0 0.71 0.02 71.8 0.94 0.63
Hex D6 F9 47 E 0 47 2 48 5E 3F
Octal 326 371 107 16 0 107 2 110 136 77
Binary 11010110 11111001 1000111 1110 0 1000111 10 1001000 1011110 111111

Color Harmonies of #D6F947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F947

Black with #D6F947

Text Example


Text Example

White with #D6F947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F947; }

 p { color: rgb(214,249,71); }

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

background-color css

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

 a { background-color: rgb(214,249,71); }

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

border-color css

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

 span { border-color: rgb(214,249,71); }

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