Html Css Color HEX #D6F92F Pear

📋 copy color: '#D6F92F'

red 214 ◦ green 249 ◦ blue 47

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

Shades of Pear #D6F92F

Tints of Pear #D6F92F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.22%

R = 41.96%
G = 48.82%
B = 9.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D6F92F (or 0xD6F92F) is known color: Pear. HEX triplet: D6, F9 and 2F. RGB value is (214,249,47). Sum of RGB (Red+Green+Blue) = 214+249+47=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 47 (18.75% from 255 or 9.22% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #D6F92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F92F is #2906D0. Grayscale: #D8D8D8. Windows color (decimal): -2688721 or 3144150. OLE color: 3144150.

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

Color convert

RGB 214 249 47 -
CMYK 0.14 0 0.81 0.02
HSL 70.4º 0.94% 0.58% -
HSV(B) 70.4º 0.81% 0.98% -
XYZ 62.12 82.25 15.29 -
YUV 215.51 32.9 126.93 -
System Red Green Blue C M Y K H S L
Decimal 214 249 47 0.14 0 0.81 0.02 70.4 0.94 0.58
Hex D6 F9 2F E 0 51 2 46 5E 3A
Octal 326 371 57 16 0 121 2 106 136 72
Binary 11010110 11111001 101111 1110 0 1010001 10 1000110 1011110 111010

Color Harmonies of #D6F92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F92F

Black with #D6F92F

Text Example


Text Example

White with #D6F92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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