Html Css Color HEX #DCF76C Mindaro

📋 copy color: '#DCF76C'

red 220 ◦ green 247 ◦ blue 108

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

Shades of Mindaro #DCF76C

Tints of Mindaro #DCF76C

RGB

 RED value IS 220 (86.33% from 255) = 38.26%

 GREEN value IS 247 (96.88% from 255) = 42.96%

 BLUE value IS 108 (42.58% from 255) = 18.78%

R = 38.26%
G = 42.96%
B = 18.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#DCF76C (or 0xDCF76C) is known color: Mindaro. HEX triplet: DC, F7 and 6C. RGB value is (220,247,108). Sum of RGB (Red+Green+Blue) = 220+247+108=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 108 (42.58% from 255 or 18.78% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF76C is #230893. Grayscale: #DFDFDF. Windows color (decimal): -2295956 or 7141340. OLE color: 7141340.

HSL color Cylindrical-coordinate representation of color #DCF76C: hue angle of 71.65º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF76C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 108 -
CMYK 0.11 0 0.56 0.03
HSL 71.65º 0.9% 0.7% -
HSV(B) 71.65º 0.56% 0.97% -
XYZ 65.48 82.82 26.72 -
YUV 223.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 220 247 108 0.11 0 0.56 0.03 71.65 0.9 0.7
Hex DC F7 6C B 0 38 3 48 5A 46
Octal 334 367 154 13 0 70 3 110 132 106
Binary 11011100 11110111 1101100 1011 0 111000 11 1001000 1011010 1000110

Color Harmonies of #DCF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF76C

Black with #DCF76C

Text Example


Text Example

White with #DCF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF76C; }

 p { color: rgb(220,247,108); }

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

background-color css

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

 a { background-color: rgb(220,247,108); }

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

border-color css

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

 span { border-color: rgb(220,247,108); }

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