Html Css Color HEX #D2E94E Manz

📋 copy color: '#D2E94E'

red 210 ◦ green 233 ◦ blue 78

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

Shades of Manz #D2E94E

Tints of Manz #D2E94E

RGB

 RED value IS 210 (82.42% from 255) = 40.31%

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

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

R = 40.31%
G = 44.72%
B = 14.97%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#D2E94E (or 0xD2E94E) is known color: Manz. HEX triplet: D2, E9 and 4E. RGB value is (210,233,78). Sum of RGB (Red+Green+Blue) = 210+233+78=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 78 (30.86% from 255 or 14.97% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E94E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E94E is #2D16B1. Grayscale: #D1D1D1. Windows color (decimal): -2954930 or 5171666. OLE color: 5171666.

HSL color Cylindrical-coordinate representation of color #D2E94E: hue angle of 68.9º 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 #D2E94E is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 78 -
CMYK 0.10 0 0.67 0.09
HSL 68.9º 0.78% 0.61% -
HSV(B) 68.9º 0.67% 0.91% -
XYZ 57.09 72.53 18.2 -
YUV 208.45 54.38 129.1 -
System Red Green Blue C M Y K H S L
Decimal 210 233 78 0.10 0 0.67 0.09 68.9 0.78 0.61
Hex D2 E9 4E A 0 43 9 45 4E 3D
Octal 322 351 116 12 0 103 11 105 116 75
Binary 11010010 11101001 1001110 1010 0 1000011 1001 1000101 1001110 111101

Color Harmonies of #D2E94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E94E

Black with #D2E94E

Text Example


Text Example

White with #D2E94E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E94E; }

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

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

background-color css

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

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

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

border-color css

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

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

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