Html Css Color HEX #D0F06D Mindaro

📋 copy color: '#D0F06D'

red 208 ◦ green 240 ◦ blue 109

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

Shades of Mindaro #D0F06D

Tints of Mindaro #D0F06D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

 BLUE value IS 109 (42.97% from 255) = 19.57%

R = 37.34%
G = 43.09%
B = 19.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#D0F06D (or 0xD0F06D) is known color: Mindaro. HEX triplet: D0, F0 and 6D. RGB value is (208,240,109). Sum of RGB (Red+Green+Blue) = 208+240+109=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 109 (42.97% from 255 or 19.57% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #D0F06D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F06D is #2F0F92. Grayscale: #D7D7D7. Windows color (decimal): -3084179 or 7205072. OLE color: 7205072.

HSL color Cylindrical-coordinate representation of color #D0F06D: hue angle of 74.66º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0F06D is Cyan = 0.13, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 240 109 -
CMYK 0.13 0 0.55 0.06
HSL 74.66º 0.81% 0.68% -
HSV(B) 74.66º 0.55% 0.94% -
XYZ 59.93 76.83 26.14 -
YUV 215.5 67.9 122.65 -
System Red Green Blue C M Y K H S L
Decimal 208 240 109 0.13 0 0.55 0.06 74.66 0.81 0.68
Hex D0 F0 6D D 0 37 6 4B 51 44
Octal 320 360 155 15 0 67 6 113 121 104
Binary 11010000 11110000 1101101 1101 0 110111 110 1001011 1010001 1000100

Color Harmonies of #D0F06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F06D

Black with #D0F06D

Text Example


Text Example

White with #D0F06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F06D; }

 p { color: rgb(208,240,109); }

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

background-color css

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

 a { background-color: rgb(208,240,109); }

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

border-color css

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

 span { border-color: rgb(208,240,109); }

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