Html Css Color HEX #D2FF5E Mindaro

📋 copy color: '#D2FF5E'

red 210 ◦ green 255 ◦ blue 94

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

Shades of Mindaro #D2FF5E

Tints of Mindaro #D2FF5E

RGB

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

 GREEN value IS 255 (100% from 255) = 45.62%

 BLUE value IS 94 (37.11% from 255) = 16.82%

R = 37.57%
G = 45.62%
B = 16.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#D2FF5E (or 0xD2FF5E) is known color: Mindaro. HEX triplet: D2, FF and 5E. RGB value is (210,255,94). Sum of RGB (Red+Green+Blue) = 210+255+94=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF5E is #2D00A1. Grayscale: #DFDFDF. Windows color (decimal): -2949282 or 6225874. OLE color: 6225874.

HSL color Cylindrical-coordinate representation of color #D2FF5E: hue angle of 76.77º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D2FF5E is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 210 255 94 -
CMYK 0.18 0 0.63 0
HSL 76.77º 1% 0.68% -
HSV(B) 76.77º 0.63% 1% -
XYZ 64.36 86.03 23.8 -
YUV 223.19 55.09 118.59 -
System Red Green Blue C M Y K H S L
Decimal 210 255 94 0.18 0 0.63 0 76.77 1 0.68
Hex D2 FF 5E 12 0 3F 0 4D 64 44
Octal 322 377 136 22 0 77 0 115 144 104
Binary 11010010 11111111 1011110 10010 0 111111 0 1001101 1100100 1000100

Color Harmonies of #D2FF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF5E

Black with #D2FF5E

Text Example


Text Example

White with #D2FF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF5E; }

 p { color: rgb(210,255,94); }

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

background-color css

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

 a { background-color: rgb(210,255,94); }

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

border-color css

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

 span { border-color: rgb(210,255,94); }

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