Html Css Color HEX #D0F660 Mindaro

📋 copy color: '#D0F660'

red 208 ◦ green 246 ◦ blue 96

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

Shades of Mindaro #D0F660

Tints of Mindaro #D0F660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.73%

 BLUE value IS 96 (37.89% from 255) = 17.45%

R = 37.82%
G = 44.73%
B = 17.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#D0F660 (or 0xD0F660) is known color: Mindaro. HEX triplet: D0, F6 and 60. RGB value is (208,246,96). Sum of RGB (Red+Green+Blue) = 208+246+96=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 246 (96.48% from 255 or 44.73% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F660 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F660 is #2F099F. Grayscale: #DADADA. Windows color (decimal): -3082656 or 6354640. OLE color: 6354640.

HSL color Cylindrical-coordinate representation of color #D0F660: hue angle of 75.2º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0F660 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 96 -
CMYK 0.15 0 0.61 0.04
HSL 75.2º 0.89% 0.67% -
HSV(B) 75.2º 0.61% 0.96% -
XYZ 61.08 80.17 23.32 -
YUV 217.54 59.41 121.2 -
System Red Green Blue C M Y K H S L
Decimal 208 246 96 0.15 0 0.61 0.04 75.2 0.89 0.67
Hex D0 F6 60 F 0 3D 4 4B 59 43
Octal 320 366 140 17 0 75 4 113 131 103
Binary 11010000 11110110 1100000 1111 0 111101 100 1001011 1011001 1000011

Color Harmonies of #D0F660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F660

Black with #D0F660

Text Example


Text Example

White with #D0F660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F660; }

 p { color: rgb(208,246,96); }

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

background-color css

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

 a { background-color: rgb(208,246,96); }

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

border-color css

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

 span { border-color: rgb(208,246,96); }

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