Html Css Color HEX #D2FF6E Mindaro

📋 copy color: '#D2FF6E'

red 210 ◦ green 255 ◦ blue 110

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

Shades of Mindaro #D2FF6E

Tints of Mindaro #D2FF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.13%

R = 36.52%
G = 44.35%
B = 19.13%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#D2FF6E (or 0xD2FF6E) is known color: Mindaro. HEX triplet: D2, FF and 6E. RGB value is (210,255,110). Sum of RGB (Red+Green+Blue) = 210+255+110=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 110 (43.36% from 255 or 19.13% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF6E is #2D0091. Grayscale: #E1E1E1. Windows color (decimal): -2949266 or 7274450. OLE color: 7274450.

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

Color convert

RGB 210 255 110 -
CMYK 0.18 0 0.57 0
HSL 78.62º 1% 0.72% -
HSV(B) 78.62º 0.57% 1% -
XYZ 65.15 86.35 27.98 -
YUV 225.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 210 255 110 0.18 0 0.57 0 78.62 1 0.72
Hex D2 FF 6E 12 0 39 0 4F 64 48
Octal 322 377 156 22 0 71 0 117 144 110
Binary 11010010 11111111 1101110 10010 0 111001 0 1001111 1100100 1001000

Color Harmonies of #D2FF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FF6E

Black with #D2FF6E

Text Example


Text Example

White with #D2FF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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