#D6F138

Color #D6F138 Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #D6F138

Tints of Pear #D6F138

Color information

#D6F138 (or 0xD6F138) is unknown color: approx Pear. HEX triplet: D6, F1 and 38. RGB value is (214,241,56). Sum of RGB (Red+Green+Blue) = 214+241+56=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 56 (22.27% from 255 or 10.96% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6F138 is #290EC7. Grayscale: #D4D4D4. Windows color (decimal): -2690760 or 3731926. OLE color: 3731926.

HSL color Cylindrical-coordinate representation of color #D6F138: hue angle of 68.76º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D6F138 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB21424156-
CMYK0.1100.770.05
HSL68.76º86.85%58.24%-
HSV(B)68.76º76.76%94.51%-
XYZ59.977.4915.54-
YUV211.8440.05129.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 56 (22.27% from 255) = 10.96%
R=41.88%
G=47.16%
B=10.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal214241560.1100.770.0568.7686.8558.24
HexD6F138B04D545573a
Octal32636170130115510512772
Binary110101101111000111100010110100110110110001011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F138; }

 p { color: rgb(214,241,56); }

 H1.HeaderClassName
 {
   color: #D6F138;
 }
 .AnyTagClassName
 {
   color: #D6F138;
 }
</style>
background-color css

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

 a { background-color: rgb(214,241,56); }

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

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

 span { border-color: rgb(214,241,56); }

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