Html Css Color HEX #DCF760 Mindaro

📋 copy color: '#DCF760'

red 220 ◦ green 247 ◦ blue 96

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

Shades of Mindaro #DCF760

Tints of Mindaro #DCF760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.05%

R = 39.08%
G = 43.87%
B = 17.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DCF760 (or 0xDCF760) is known color: Mindaro. HEX triplet: DC, F7 and 60. RGB value is (220,247,96). Sum of RGB (Red+Green+Blue) = 220+247+96=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF760 is #23089F. Grayscale: #DEDEDE. Windows color (decimal): -2295968 or 6354908. OLE color: 6354908.

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

Color convert

RGB 220 247 96 -
CMYK 0.11 0 0.61 0.03
HSL 70.73º 0.9% 0.67% -
HSV(B) 70.73º 0.61% 0.97% -
XYZ 64.89 82.58 23.59 -
YUV 221.71 57.05 126.78 -
System Red Green Blue C M Y K H S L
Decimal 220 247 96 0.11 0 0.61 0.03 70.73 0.9 0.67
Hex DC F7 60 B 0 3D 3 47 5A 43
Octal 334 367 140 13 0 75 3 107 132 103
Binary 11011100 11110111 1100000 1011 0 111101 11 1000111 1011010 1000011

Color Harmonies of #DCF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF760

Black with #DCF760

Text Example


Text Example

White with #DCF760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF760; }

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

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

background-color css

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

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

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

border-color css

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

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

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