Html Css Color HEX #DCF368 Mindaro

📋 copy color: '#DCF368'

red 220 ◦ green 243 ◦ blue 104

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

Shades of Mindaro #DCF368

Tints of Mindaro #DCF368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.34%

R = 38.8%
G = 42.86%
B = 18.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#DCF368 (or 0xDCF368) is known color: Mindaro. HEX triplet: DC, F3 and 68. RGB value is (220,243,104). Sum of RGB (Red+Green+Blue) = 220+243+104=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 104 (41.02% from 255 or 18.34% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF368 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF368 is #230C97. Grayscale: #DCDCDC. Windows color (decimal): -2296984 or 6878172. OLE color: 6878172.

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

Color convert

RGB 220 243 104 -
CMYK 0.09 0 0.57 0.05
HSL 69.93º 0.85% 0.68% -
HSV(B) 69.93º 0.57% 0.95% -
XYZ 64.06 80.32 25.22 -
YUV 220.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 220 243 104 0.09 0 0.57 0.05 69.93 0.85 0.68
Hex DC F3 68 9 0 39 5 46 55 44
Octal 334 363 150 11 0 71 5 106 125 104
Binary 11011100 11110011 1101000 1001 0 111001 101 1000110 1010101 1000100

Color Harmonies of #DCF368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF368

Black with #DCF368

Text Example


Text Example

White with #DCF368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF368; }

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

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

background-color css

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

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

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

border-color css

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

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

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