Html Css Color HEX #D0FB61 Mindaro

📋 copy color: '#D0FB61'

red 208 ◦ green 251 ◦ blue 97

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

Shades of Mindaro #D0FB61

Tints of Mindaro #D0FB61

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.14%

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

R = 37.41%
G = 45.14%
B = 17.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D0FB61 (or 0xD0FB61) is known color: Mindaro. HEX triplet: D0, FB and 61. RGB value is (208,251,97). Sum of RGB (Red+Green+Blue) = 208+251+97=556 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.41% from 556); Green value is 251 (98.44% from 255 or 45.14% from 556); Blue value is 97 (38.28% from 255 or 17.45% from 556); Max value from RGB is 251 - color contains mainly: green. Hex color #D0FB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FB61 is #2F049E. Grayscale: #DDDDDD. Windows color (decimal): -3081375 or 6421456. OLE color: 6421456.

HSL color Cylindrical-coordinate representation of color #D0FB61: hue angle of 76.75º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0FB61 is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 251 97 -
CMYK 0.17 0 0.61 0.02
HSL 76.75º 0.95% 0.68% -
HSV(B) 76.75º 0.61% 0.98% -
XYZ 62.67 83.27 24.08 -
YUV 220.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 208 251 97 0.17 0 0.61 0.02 76.75 0.95 0.68
Hex D0 FB 61 11 0 3D 2 4D 5F 44
Octal 320 373 141 21 0 75 2 115 137 104
Binary 11010000 11111011 1100001 10001 0 111101 10 1001101 1011111 1000100

Color Harmonies of #D0FB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FB61

Black with #D0FB61

Text Example


Text Example

White with #D0FB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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