Html Css Color HEX #D0F94F Mindaro

📋 copy color: '#D0F94F'

red 208 ◦ green 249 ◦ blue 79

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

Shades of Mindaro #D0F94F

Tints of Mindaro #D0F94F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 14.74%

R = 38.81%
G = 46.46%
B = 14.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#D0F94F (or 0xD0F94F) is known color: Mindaro. HEX triplet: D0, F9 and 4F. RGB value is (208,249,79). Sum of RGB (Red+Green+Blue) = 208+249+79=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F94F is #2F06B0. Grayscale: #DADADA. Windows color (decimal): -3081905 or 5241296. OLE color: 5241296.

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

Color convert

RGB 208 249 79 -
CMYK 0.16 0 0.68 0.02
HSL 74.47º 0.93% 0.64% -
HSV(B) 74.47º 0.68% 0.98% -
XYZ 61.3 81.73 19.94 -
YUV 217.36 49.92 121.32 -
System Red Green Blue C M Y K H S L
Decimal 208 249 79 0.16 0 0.68 0.02 74.47 0.93 0.64
Hex D0 F9 4F 10 0 44 2 4A 5D 40
Octal 320 371 117 20 0 104 2 112 135 100
Binary 11010000 11111001 1001111 10000 0 1000100 10 1001010 1011101 1000000

Color Harmonies of #D0F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F94F

Black with #D0F94F

Text Example


Text Example

White with #D0F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F94F; }

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

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

background-color css

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

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

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

border-color css

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

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

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