Html Css Color HEX #D6FB2F Pear

📋 copy color: '#D6FB2F'

red 214 ◦ green 251 ◦ blue 47

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

Shades of Pear #D6FB2F

Tints of Pear #D6FB2F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.02%

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

R = 41.8%
G = 49.02%
B = 9.18%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#D6FB2F (or 0xD6FB2F) is known color: Pear. HEX triplet: D6, FB and 2F. RGB value is (214,251,47). Sum of RGB (Red+Green+Blue) = 214+251+47=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 251 (98.44% from 255 or 49.02% from 512); Blue value is 47 (18.75% from 255 or 9.18% from 512); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6FB2F is #2904D0. Grayscale: #D9D9D9. Windows color (decimal): -2688209 or 3144662. OLE color: 3144662.

HSL color Cylindrical-coordinate representation of color #D6FB2F: hue angle of 70.88º degrees, saturation: 0.96, 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 #D6FB2F is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 214 251 47 -
CMYK 0.15 0 0.81 0.02
HSL 70.88º 0.96% 0.58% -
HSV(B) 70.88º 0.81% 0.98% -
XYZ 62.74 83.5 15.5 -
YUV 216.68 32.24 126.09 -
System Red Green Blue C M Y K H S L
Decimal 214 251 47 0.15 0 0.81 0.02 70.88 0.96 0.58
Hex D6 FB 2F F 0 51 2 47 60 3A
Octal 326 373 57 17 0 121 2 107 140 72
Binary 11010110 11111011 101111 1111 0 1010001 10 1000111 1100000 111010

Color Harmonies of #D6FB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6FB2F

Black with #D6FB2F

Text Example


Text Example

White with #D6FB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6FB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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