Html Css Color HEX #D0FD61 Mindaro

📋 copy color: '#D0FD61'

red 208 ◦ green 253 ◦ blue 97

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

Shades of Mindaro #D0FD61

Tints of Mindaro #D0FD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.38%

R = 37.28%
G = 45.34%
B = 17.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#D0FD61 (or 0xD0FD61) is known color: Mindaro. HEX triplet: D0, FD and 61. RGB value is (208,253,97). Sum of RGB (Red+Green+Blue) = 208+253+97=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 253 (99.22% from 255 or 45.34% from 558); Blue value is 97 (38.28% from 255 or 17.38% from 558); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FD61 is #2F029E. Grayscale: #DEDEDE. Windows color (decimal): -3080863 or 6421968. OLE color: 6421968.

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

Color convert

RGB 208 253 97 -
CMYK 0.18 0 0.62 0.01
HSL 77.31º 0.98% 0.69% -
HSV(B) 77.31º 0.62% 0.99% -
XYZ 63.3 84.52 24.29 -
YUV 221.76 57.59 118.18 -
System Red Green Blue C M Y K H S L
Decimal 208 253 97 0.18 0 0.62 0.01 77.31 0.98 0.69
Hex D0 FD 61 12 0 3E 1 4D 62 45
Octal 320 375 141 22 0 76 1 115 142 105
Binary 11010000 11111101 1100001 10010 0 111110 1 1001101 1100010 1000101

Color Harmonies of #D0FD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FD61

Black with #D0FD61

Text Example


Text Example

White with #D0FD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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