Html Css Color HEX #D0F65F Mindaro

📋 copy color: '#D0F65F'

red 208 ◦ green 246 ◦ blue 95

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

Shades of Mindaro #D0F65F

Tints of Mindaro #D0F65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.3%

R = 37.89%
G = 44.81%
B = 17.3%

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

#D0F65F (or 0xD0F65F) is known color: Mindaro. HEX triplet: D0, F6 and 5F. RGB value is (208,246,95). Sum of RGB (Red+Green+Blue) = 208+246+95=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 95 (37.5% from 255 or 17.30% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F65F is #2F09A0. Grayscale: #D9D9D9. Windows color (decimal): -3082657 or 6289104. OLE color: 6289104.

HSL color Cylindrical-coordinate representation of color #D0F65F: hue angle of 75.1º 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 #D0F65F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 95 -
CMYK 0.15 0 0.61 0.04
HSL 75.1º 0.89% 0.67% -
HSV(B) 75.1º 0.61% 0.96% -
XYZ 61.03 80.15 23.08 -
YUV 217.42 58.91 121.28 -
System Red Green Blue C M Y K H S L
Decimal 208 246 95 0.15 0 0.61 0.04 75.1 0.89 0.67
Hex D0 F6 5F F 0 3D 4 4B 59 43
Octal 320 366 137 17 0 75 4 113 131 103
Binary 11010000 11110110 1011111 1111 0 111101 100 1001011 1011001 1000011

Color Harmonies of #D0F65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F65F

Black with #D0F65F

Text Example


Text Example

White with #D0F65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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