Html Css Color HEX #D0FF5A Mindaro

📋 copy color: '#D0FF5A'

red 208 ◦ green 255 ◦ blue 90

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

Shades of Mindaro #D0FF5A

Tints of Mindaro #D0FF5A

RGB

 RED value IS 208 (81.64% from 255) = 37.61%

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

 BLUE value IS 90 (35.55% from 255) = 16.27%

R = 37.61%
G = 46.11%
B = 16.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#D0FF5A (or 0xD0FF5A) is known color: Mindaro. HEX triplet: D0, FF and 5A. RGB value is (208,255,90). Sum of RGB (Red+Green+Blue) = 208+255+90=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 90 (35.55% from 255 or 16.27% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FF5A is #2F00A5. Grayscale: #DEDEDE. Windows color (decimal): -3080358 or 5963728. OLE color: 5963728.

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

Color convert

RGB 208 255 90 -
CMYK 0.18 0 0.65 0
HSL 77.09º 1% 0.68% -
HSV(B) 77.09º 0.65% 1% -
XYZ 63.62 85.67 22.86 -
YUV 222.14 53.43 117.92 -
System Red Green Blue C M Y K H S L
Decimal 208 255 90 0.18 0 0.65 0 77.09 1 0.68
Hex D0 FF 5A 12 0 41 0 4D 64 44
Octal 320 377 132 22 0 101 0 115 144 104
Binary 11010000 11111111 1011010 10010 0 1000001 0 1001101 1100100 1000100

Color Harmonies of #D0FF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FF5A

Black with #D0FF5A

Text Example


Text Example

White with #D0FF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FF5A; }

 p { color: rgb(208,255,90); }

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

background-color css

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

 a { background-color: rgb(208,255,90); }

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

border-color css

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

 span { border-color: rgb(208,255,90); }

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