#d6e754

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

Shades of Manz #D6E754

Tints of Manz #D6E754

Color information

#D6E754 (or 0xD6E754) is unknown color: approx Manz. HEX triplet: D6, E7 and 54. RGB value is (214,231,84). Sum of RGB (Red+Green+Blue) = 214+231+84=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 231 (90.62% from 255 or 43.67% from 529); Blue value is 84 (33.20% from 255 or 15.88% from 529); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E754 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E754 is #2918AB. Grayscale: #D1D1D1. Windows color (decimal): -2693292 or 5564374. OLE color: 5564374.

HSL color Cylindrical-coordinate representation of color #D6E754: hue angle of 66.94º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D6E754 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.

Color convert

RGB21423184-
CMYK0.0700.640.09
HSL66.94º75.38%61.76%-
HSV(B)66.94º63.64%90.59%-
XYZ57.9172.0919.25-
YUV209.1657.37131.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.45%
GREEN value IS 231 (90.62% from 255) = 43.67%
BLUE value IS 84 (33.20% from 255) = 15.88%
R=40.45%
G=43.67%
B=15.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214231840.0700.640.0966.9475.3861.76
HexD6E75470409434b3e
Octal326347124701001110311376
Binary1101011011100111101010011101000000100110000111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6e754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6e754; }

 p { color: rgb(214,231,84); }

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

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

 a { background-color: rgb(214,231,84); }

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

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

 span { border-color: rgb(214,231,84); }

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