Html Css Color HEX #DCF06A Mindaro

📋 copy color: '#DCF06A'

red 220 ◦ green 240 ◦ blue 106

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

Shades of Mindaro #DCF06A

Tints of Mindaro #DCF06A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.4%

 BLUE value IS 106 (41.8% from 255) = 18.73%

R = 38.87%
G = 42.4%
B = 18.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#DCF06A (or 0xDCF06A) is known color: Mindaro. HEX triplet: DC, F0 and 6A. RGB value is (220,240,106). Sum of RGB (Red+Green+Blue) = 220+240+106=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF06A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF06A is #230F95. Grayscale: #DBDBDB. Windows color (decimal): -2297750 or 7008476. OLE color: 7008476.

HSL color Cylindrical-coordinate representation of color #DCF06A: hue angle of 68.96º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DCF06A is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 106 -
CMYK 0.08 0 0.56 0.06
HSL 68.96º 0.82% 0.68% -
HSV(B) 68.96º 0.56% 0.94% -
XYZ 63.28 78.58 25.47 -
YUV 218.74 64.37 128.9 -
System Red Green Blue C M Y K H S L
Decimal 220 240 106 0.08 0 0.56 0.06 68.96 0.82 0.68
Hex DC F0 6A 8 0 38 6 45 52 44
Octal 334 360 152 10 0 70 6 105 122 104
Binary 11011100 11110000 1101010 1000 0 111000 110 1000101 1010010 1000100

Color Harmonies of #DCF06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF06A

Black with #DCF06A

Text Example


Text Example

White with #DCF06A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF06A; }

 p { color: rgb(220,240,106); }

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

background-color css

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

 a { background-color: rgb(220,240,106); }

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

border-color css

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

 span { border-color: rgb(220,240,106); }

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