Html Css Color HEX #D6F82E Pear

📋 copy color: '#D6F82E'

red 214 ◦ green 248 ◦ blue 46

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

Shades of Pear #D6F82E

Tints of Pear #D6F82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.82%

 BLUE value IS 46 (18.36% from 255) = 9.06%

R = 42.13%
G = 48.82%
B = 9.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#D6F82E (or 0xD6F82E) is known color: Pear. HEX triplet: D6, F8 and 2E. RGB value is (214,248,46). Sum of RGB (Red+Green+Blue) = 214+248+46=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F82E is #2907D1. Grayscale: #D7D7D7. Windows color (decimal): -2688978 or 3078358. OLE color: 3078358.

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

Color convert

RGB 214 248 46 -
CMYK 0.14 0 0.81 0.03
HSL 70.1º 0.94% 0.58% -
HSV(B) 70.1º 0.81% 0.97% -
XYZ 61.79 81.63 15.08 -
YUV 214.81 32.74 127.43 -
System Red Green Blue C M Y K H S L
Decimal 214 248 46 0.14 0 0.81 0.03 70.1 0.94 0.58
Hex D6 F8 2E E 0 51 3 46 5E 3A
Octal 326 370 56 16 0 121 3 106 136 72
Binary 11010110 11111000 101110 1110 0 1010001 11 1000110 1011110 111010

Color Harmonies of #D6F82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F82E

Black with #D6F82E

Text Example


Text Example

White with #D6F82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F82E; }

 p { color: rgb(214,248,46); }

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

background-color css

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

 a { background-color: rgb(214,248,46); }

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

border-color css

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

 span { border-color: rgb(214,248,46); }

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