#d6e74d

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

Shades of Manz #D6E74D

Tints of Manz #D6E74D

Color information

#D6E74D (or 0xD6E74D) is unknown color: approx Manz. HEX triplet: D6, E7 and 4D. RGB value is (214,231,77). Sum of RGB (Red+Green+Blue) = 214+231+77=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 231 - color contains mainly: green. Hex color #D6E74D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E74D is #2918B2. Grayscale: #D0D0D0. Windows color (decimal): -2693299 or 5105622. OLE color: 5105622.

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

Color convert

RGB21423177-
CMYK0.0700.670.09
HSL66.62º76.24%60.39%-
HSV(B)66.62º66.67%90.59%-
XYZ57.6571.9817.88-
YUV208.3653.87132.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.00%
GREEN value IS 231 (90.62% from 255) = 44.25%
BLUE value IS 77 (30.47% from 255) = 14.75%
R=41.00%
G=44.25%
B=14.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal214231770.0700.670.0966.6276.2460.39
HexD6E74D70439434c3c
Octal326347115701031110311474
Binary1101011011100111100110111101000011100110000111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6e74d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6e74d; }

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

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

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

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

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

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

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

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