Html Css Color HEX #D0F66D Mindaro

📋 copy color: '#D0F66D'

red 208 ◦ green 246 ◦ blue 109

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

Shades of Mindaro #D0F66D

Tints of Mindaro #D0F66D

RGB

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

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

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

R = 36.94%
G = 43.69%
B = 19.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#D0F66D (or 0xD0F66D) is known color: Mindaro. HEX triplet: D0, F6 and 6D. RGB value is (208,246,109). Sum of RGB (Red+Green+Blue) = 208+246+109=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 246 (96.48% from 255 or 43.69% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F66D is #2F0992. Grayscale: #DBDBDB. Windows color (decimal): -3082643 or 7206608. OLE color: 7206608.

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

Color convert

RGB 208 246 109 -
CMYK 0.15 0 0.56 0.04
HSL 76.64º 0.88% 0.7% -
HSV(B) 76.64º 0.56% 0.96% -
XYZ 61.73 80.43 26.74 -
YUV 219.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 208 246 109 0.15 0 0.56 0.04 76.64 0.88 0.7
Hex D0 F6 6D F 0 38 4 4D 58 46
Octal 320 366 155 17 0 70 4 115 130 106
Binary 11010000 11110110 1101101 1111 0 111000 100 1001101 1011000 1000110

Color Harmonies of #D0F66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F66D

Black with #D0F66D

Text Example


Text Example

White with #D0F66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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