Html Css Color HEX #D6F62F Pear

📋 copy color: '#D6F62F'

red 214 ◦ green 246 ◦ blue 47

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

Shades of Pear #D6F62F

Tints of Pear #D6F62F

RGB

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

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

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

R = 42.21%
G = 48.52%
B = 9.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#D6F62F (or 0xD6F62F) is known color: Pear. HEX triplet: D6, F6 and 2F. RGB value is (214,246,47). Sum of RGB (Red+Green+Blue) = 214+246+47=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 47 (18.75% from 255 or 9.27% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F62F is #2909D0. Grayscale: #D6D6D6. Windows color (decimal): -2689489 or 3143382. OLE color: 3143382.

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

Color convert

RGB 214 246 47 -
CMYK 0.13 0 0.81 0.04
HSL 69.65º 0.92% 0.57% -
HSV(B) 69.65º 0.81% 0.96% -
XYZ 61.2 80.41 14.98 -
YUV 213.75 33.9 128.18 -
System Red Green Blue C M Y K H S L
Decimal 214 246 47 0.13 0 0.81 0.04 69.65 0.92 0.57
Hex D6 F6 2F D 0 51 4 46 5C 39
Octal 326 366 57 15 0 121 4 106 134 71
Binary 11010110 11110110 101111 1101 0 1010001 100 1000110 1011100 111001

Color Harmonies of #D6F62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F62F

Black with #D6F62F

Text Example


Text Example

White with #D6F62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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