Html Css Color HEX #D0F961 Mindaro

📋 copy color: '#D0F961'

red 208 ◦ green 249 ◦ blue 97

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

Shades of Mindaro #D0F961

Tints of Mindaro #D0F961

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.95%

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

R = 37.55%
G = 44.95%
B = 17.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#D0F961 (or 0xD0F961) is known color: Mindaro. HEX triplet: D0, F9 and 61. RGB value is (208,249,97). Sum of RGB (Red+Green+Blue) = 208+249+97=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F961 is #2F069E. Grayscale: #DBDBDB. Windows color (decimal): -3081887 or 6420944. OLE color: 6420944.

HSL color Cylindrical-coordinate representation of color #D0F961: hue angle of 76.18º degrees, saturation: 0.93, 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 #D0F961 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 249 97 -
CMYK 0.16 0 0.61 0.02
HSL 76.18º 0.93% 0.68% -
HSV(B) 76.18º 0.61% 0.98% -
XYZ 62.05 82.02 23.87 -
YUV 219.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 208 249 97 0.16 0 0.61 0.02 76.18 0.93 0.68
Hex D0 F9 61 10 0 3D 2 4C 5D 44
Octal 320 371 141 20 0 75 2 114 135 104
Binary 11010000 11111001 1100001 10000 0 111101 10 1001100 1011101 1000100

Color Harmonies of #D0F961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F961

Black with #D0F961

Text Example


Text Example

White with #D0F961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F961; }

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

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

background-color css

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

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

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

border-color css

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

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

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