Html Css Color HEX #DCF16F Mindaro

📋 copy color: '#DCF16F'

red 220 ◦ green 241 ◦ blue 111

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

Shades of Mindaro #DCF16F

Tints of Mindaro #DCF16F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.13%

 BLUE value IS 111 (43.75% from 255) = 19.41%

R = 38.46%
G = 42.13%
B = 19.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#DCF16F (or 0xDCF16F) is known color: Mindaro. HEX triplet: DC, F1 and 6F. RGB value is (220,241,111). Sum of RGB (Red+Green+Blue) = 220+241+111=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 111 (43.75% from 255 or 19.41% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF16F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF16F is #230E90. Grayscale: #DCDCDC. Windows color (decimal): -2297489 or 7336412. OLE color: 7336412.

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

Color convert

RGB 220 241 111 -
CMYK 0.09 0 0.54 0.05
HSL 69.69º 0.82% 0.69% -
HSV(B) 69.69º 0.54% 0.95% -
XYZ 63.84 79.27 26.98 -
YUV 219.9 66.54 128.07 -
System Red Green Blue C M Y K H S L
Decimal 220 241 111 0.09 0 0.54 0.05 69.69 0.82 0.69
Hex DC F1 6F 9 0 36 5 46 52 45
Octal 334 361 157 11 0 66 5 106 122 105
Binary 11011100 11110001 1101111 1001 0 110110 101 1000110 1010010 1000101

Color Harmonies of #DCF16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF16F

Black with #DCF16F

Text Example


Text Example

White with #DCF16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF16F; }

 p { color: rgb(220,241,111); }

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

background-color css

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

 a { background-color: rgb(220,241,111); }

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

border-color css

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

 span { border-color: rgb(220,241,111); }

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