Html Css Color HEX #D6F61F Pear

📋 copy color: '#D6F61F'

red 214 ◦ green 246 ◦ blue 31

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

Shades of Pear #D6F61F

Tints of Pear #D6F61F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.1%

 BLUE value IS 31 (12.5% from 255) = 6.31%

R = 43.58%
G = 50.1%
B = 6.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#D6F61F (or 0xD6F61F) is known color: Pear. HEX triplet: D6, F6 and 1F. RGB value is (214,246,31). Sum of RGB (Red+Green+Blue) = 214+246+31=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 31 (12.5% from 255 or 6.31% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F61F is #2909E0. Grayscale: #D4D4D4. Windows color (decimal): -2689505 or 2094806. OLE color: 2094806.

HSL color Cylindrical-coordinate representation of color #D6F61F: hue angle of 68.93º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6F61F is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 214 246 31 -
CMYK 0.13 0 0.87 0.04
HSL 68.93º 0.92% 0.54% -
HSV(B) 68.93º 0.87% 0.96% -
XYZ 60.93 80.31 13.59 -
YUV 211.92 25.9 129.48 -
System Red Green Blue C M Y K H S L
Decimal 214 246 31 0.13 0 0.87 0.04 68.93 0.92 0.54
Hex D6 F6 1F D 0 57 4 45 5C 36
Octal 326 366 37 15 0 127 4 105 134 66
Binary 11010110 11110110 11111 1101 0 1010111 100 1000101 1011100 110110

Color Harmonies of #D6F61F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F61F

Black with #D6F61F

Text Example


Text Example

White with #D6F61F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F61F; }

 p { color: rgb(214,246,31); }

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

background-color css

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

 a { background-color: rgb(214,246,31); }

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

border-color css

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

 span { border-color: rgb(214,246,31); }

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