Html Css Color HEX #DCF367 Mindaro

📋 copy color: '#DCF367'

red 220 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #DCF367

Tints of Mindaro #DCF367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.2%

R = 38.87%
G = 42.93%
B = 18.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DCF367 (or 0xDCF367) is known color: Mindaro. HEX triplet: DC, F3 and 67. RGB value is (220,243,103). Sum of RGB (Red+Green+Blue) = 220+243+103=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 103 (40.62% from 255 or 18.20% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF367 is #230C98. Grayscale: #DCDCDC. Windows color (decimal): -2296985 or 6812636. OLE color: 6812636.

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

Color convert

RGB 220 243 103 -
CMYK 0.09 0 0.58 0.05
HSL 69.86º 0.85% 0.68% -
HSV(B) 69.86º 0.58% 0.95% -
XYZ 64.01 80.3 24.96 -
YUV 220.16 61.88 127.88 -
System Red Green Blue C M Y K H S L
Decimal 220 243 103 0.09 0 0.58 0.05 69.86 0.85 0.68
Hex DC F3 67 9 0 3A 5 46 55 44
Octal 334 363 147 11 0 72 5 106 125 104
Binary 11011100 11110011 1100111 1001 0 111010 101 1000110 1010101 1000100

Color Harmonies of #DCF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF367

Black with #DCF367

Text Example


Text Example

White with #DCF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF367; }

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

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

background-color css

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

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

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

border-color css

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

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

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