Html Css Color HEX #D0FE61 Mindaro

📋 copy color: '#D0FE61'

red 208 ◦ green 254 ◦ blue 97

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

Shades of Mindaro #D0FE61

Tints of Mindaro #D0FE61

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.44%

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

R = 37.21%
G = 45.44%
B = 17.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.00

RGB Variations

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

Color information

#D0FE61 (or 0xD0FE61) is known color: Mindaro. HEX triplet: D0, FE and 61. RGB value is (208,254,97). Sum of RGB (Red+Green+Blue) = 208+254+97=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE61 is #2F019E. Grayscale: #DEDEDE. Windows color (decimal): -3080607 or 6422224. OLE color: 6422224.

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

Color convert

RGB 208 254 97 -
CMYK 0.18 0 0.62 0.00
HSL 77.58º 0.99% 0.69% -
HSV(B) 77.58º 0.62% 1% -
XYZ 63.61 85.16 24.39 -
YUV 222.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 208 254 97 0.18 0 0.62 0.00 77.58 0.99 0.69
Hex D0 FE 61 12 0 3E 0 4E 63 45
Octal 320 376 141 22 0 76 0 116 143 105
Binary 11010000 11111110 1100001 10010 0 111110 0 1001110 1100011 1000101

Color Harmonies of #D0FE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE61

Black with #D0FE61

Text Example


Text Example

White with #D0FE61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE61; }

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

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

background-color css

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

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

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

border-color css

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

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

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