Html Css Color HEX #D0FD5A Mindaro

📋 copy color: '#D0FD5A'

red 208 ◦ green 253 ◦ blue 90

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

Shades of Mindaro #D0FD5A

Tints of Mindaro #D0FD5A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.92%

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

R = 37.75%
G = 45.92%
B = 16.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#D0FD5A (or 0xD0FD5A) is known color: Mindaro. HEX triplet: D0, FD and 5A. RGB value is (208,253,90). Sum of RGB (Red+Green+Blue) = 208+253+90=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 90 (35.55% from 255 or 16.33% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD5A is #2F02A5. Grayscale: #DDDDDD. Windows color (decimal): -3080870 or 5963216. OLE color: 5963216.

HSL color Cylindrical-coordinate representation of color #D0FD5A: hue angle of 76.56º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0FD5A is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 253 90 -
CMYK 0.18 0 0.64 0.01
HSL 76.56º 0.98% 0.67% -
HSV(B) 76.56º 0.64% 0.99% -
XYZ 62.98 84.4 22.64 -
YUV 220.96 54.09 118.75 -
System Red Green Blue C M Y K H S L
Decimal 208 253 90 0.18 0 0.64 0.01 76.56 0.98 0.67
Hex D0 FD 5A 12 0 40 1 4D 62 43
Octal 320 375 132 22 0 100 1 115 142 103
Binary 11010000 11111101 1011010 10010 0 1000000 1 1001101 1100010 1000011

Color Harmonies of #D0FD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD5A

Black with #D0FD5A

Text Example


Text Example

White with #D0FD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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