Html Css Color HEX #D0FE6D Mindaro

📋 copy color: '#D0FE6D'

red 208 ◦ green 254 ◦ blue 109

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

Shades of Mindaro #D0FE6D

Tints of Mindaro #D0FE6D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.48%

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

R = 36.43%
G = 44.48%
B = 19.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.00

RGB Variations

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

Color information

#D0FE6D (or 0xD0FE6D) is known color: Mindaro. HEX triplet: D0, FE and 6D. RGB value is (208,254,109). Sum of RGB (Red+Green+Blue) = 208+254+109=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 254 (99.61% from 255 or 44.48% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FE6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0FE6D is #2F0192. Grayscale: #E0E0E0. Windows color (decimal): -3080595 or 7208656. OLE color: 7208656.

HSL color Cylindrical-coordinate representation of color #D0FE6D: hue angle of 79.03º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0FE6D is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.

Color convert

RGB 208 254 109 -
CMYK 0.18 0 0.57 0.00
HSL 79.03º 0.99% 0.71% -
HSV(B) 79.03º 0.57% 1% -
XYZ 64.21 85.4 27.57 -
YUV 223.72 63.26 116.79 -
System Red Green Blue C M Y K H S L
Decimal 208 254 109 0.18 0 0.57 0.00 79.03 0.99 0.71
Hex D0 FE 6D 12 0 39 0 4F 63 47
Octal 320 376 155 22 0 71 0 117 143 107
Binary 11010000 11111110 1101101 10010 0 111001 0 1001111 1100011 1000111

Color Harmonies of #D0FE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FE6D

Black with #D0FE6D

Text Example


Text Example

White with #D0FE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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