Html Css Color HEX #D6E94E Manz

📋 copy color: '#D6E94E'

red 214 ◦ green 233 ◦ blue 78

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

Shades of Manz #D6E94E

Tints of Manz #D6E94E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.38%

 BLUE value IS 78 (30.86% from 255) = 14.86%

R = 40.76%
G = 44.38%
B = 14.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#D6E94E (or 0xD6E94E) is known color: Manz. HEX triplet: D6, E9 and 4E. RGB value is (214,233,78). Sum of RGB (Red+Green+Blue) = 214+233+78=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 78 (30.86% from 255 or 14.86% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #D6E94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6E94E is #2916B1. Grayscale: #D2D2D2. Windows color (decimal): -2692786 or 5171670. OLE color: 5171670.

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

Color convert

RGB 214 233 78 -
CMYK 0.08 0 0.67 0.09
HSL 67.35º 0.78% 0.61% -
HSV(B) 67.35º 0.67% 0.91% -
XYZ 58.25 73.12 18.25 -
YUV 209.65 53.71 131.1 -
System Red Green Blue C M Y K H S L
Decimal 214 233 78 0.08 0 0.67 0.09 67.35 0.78 0.61
Hex D6 E9 4E 8 0 43 9 43 4E 3D
Octal 326 351 116 10 0 103 11 103 116 75
Binary 11010110 11101001 1001110 1000 0 1000011 1001 1000011 1001110 111101

Color Harmonies of #D6E94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E94E

Black with #D6E94E

Text Example


Text Example

White with #D6E94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E94E; }

 p { color: rgb(214,233,78); }

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

background-color css

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

 a { background-color: rgb(214,233,78); }

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

border-color css

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

 span { border-color: rgb(214,233,78); }

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