Html Css Color HEX #DCF374 Mindaro

📋 copy color: '#DCF374'

red 220 ◦ green 243 ◦ blue 116

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

Shades of Mindaro #DCF374

Tints of Mindaro #DCF374

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.97%

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 38%
G = 41.97%
B = 20.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DCF374 (or 0xDCF374) is known color: Mindaro. HEX triplet: DC, F3 and 74. RGB value is (220,243,116). Sum of RGB (Red+Green+Blue) = 220+243+116=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 243 (95.31% from 255 or 41.97% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF374 is #230C8B. Grayscale: #DEDEDE. Windows color (decimal): -2296972 or 7664604. OLE color: 7664604.

HSL color Cylindrical-coordinate representation of color #DCF374: hue angle of 70.87º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF374 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 116 -
CMYK 0.09 0 0.52 0.05
HSL 70.87º 0.84% 0.7% -
HSV(B) 70.87º 0.52% 0.95% -
XYZ 64.72 80.58 28.67 -
YUV 221.65 68.38 126.83 -
System Red Green Blue C M Y K H S L
Decimal 220 243 116 0.09 0 0.52 0.05 70.87 0.84 0.7
Hex DC F3 74 9 0 34 5 47 54 46
Octal 334 363 164 11 0 64 5 107 124 106
Binary 11011100 11110011 1110100 1001 0 110100 101 1000111 1010100 1000110

Color Harmonies of #DCF374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF374

Black with #DCF374

Text Example


Text Example

White with #DCF374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF374; }

 p { color: rgb(220,243,116); }

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

background-color css

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

 a { background-color: rgb(220,243,116); }

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

border-color css

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

 span { border-color: rgb(220,243,116); }

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