Html Css Color HEX #DCF777 Mindaro

📋 copy color: '#DCF777'

red 220 ◦ green 247 ◦ blue 119

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

Shades of Mindaro #DCF777

Tints of Mindaro #DCF777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 37.54%
G = 42.15%
B = 20.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#DCF777 (or 0xDCF777) is known color: Mindaro. HEX triplet: DC, F7 and 77. RGB value is (220,247,119). Sum of RGB (Red+Green+Blue) = 220+247+119=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF777 is #230888. Grayscale: #E0E0E0. Windows color (decimal): -2295945 or 7862236. OLE color: 7862236.

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

Color convert

RGB 220 247 119 -
CMYK 0.11 0 0.52 0.03
HSL 72.66º 0.89% 0.72% -
HSV(B) 72.66º 0.52% 0.97% -
XYZ 66.11 83.07 30 -
YUV 224.34 68.55 124.91 -
System Red Green Blue C M Y K H S L
Decimal 220 247 119 0.11 0 0.52 0.03 72.66 0.89 0.72
Hex DC F7 77 B 0 34 3 49 59 48
Octal 334 367 167 13 0 64 3 111 131 110
Binary 11011100 11110111 1110111 1011 0 110100 11 1001001 1011001 1001000

Color Harmonies of #DCF777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF777

Black with #DCF777

Text Example


Text Example

White with #DCF777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF777; }

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

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

background-color css

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

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

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

border-color css

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

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

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