Html Css Color HEX #DCF667 Mindaro

📋 copy color: '#DCF667'

red 220 ◦ green 246 ◦ blue 103

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

Shades of Mindaro #DCF667

Tints of Mindaro #DCF667

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.23%

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

R = 38.66%
G = 43.23%
B = 18.1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DCF667 (or 0xDCF667) is known color: Mindaro. HEX triplet: DC, F6 and 67. RGB value is (220,246,103). Sum of RGB (Red+Green+Blue) = 220+246+103=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 103 (40.62% from 255 or 18.10% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF667 is #230998. Grayscale: #DEDEDE. Windows color (decimal): -2296217 or 6813404. OLE color: 6813404.

HSL color Cylindrical-coordinate representation of color #DCF667: hue angle of 70.91º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCF667 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 103 -
CMYK 0.11 0 0.58 0.04
HSL 70.91º 0.89% 0.68% -
HSV(B) 70.91º 0.58% 0.96% -
XYZ 64.92 82.11 25.26 -
YUV 221.92 60.89 126.63 -
System Red Green Blue C M Y K H S L
Decimal 220 246 103 0.11 0 0.58 0.04 70.91 0.89 0.68
Hex DC F6 67 B 0 3A 4 47 59 44
Octal 334 366 147 13 0 72 4 107 131 104
Binary 11011100 11110110 1100111 1011 0 111010 100 1000111 1011001 1000100

Color Harmonies of #DCF667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF667

Black with #DCF667

Text Example


Text Example

White with #DCF667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF667; }

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

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

background-color css

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

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

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

border-color css

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

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

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