Html Css Color HEX #DCF16A Mindaro

📋 copy color: '#DCF16A'

red 220 ◦ green 241 ◦ blue 106

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

Shades of Mindaro #DCF16A

Tints of Mindaro #DCF16A

RGB

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

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

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

R = 38.8%
G = 42.5%
B = 18.69%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#DCF16A (or 0xDCF16A) is known color: Mindaro. HEX triplet: DC, F1 and 6A. RGB value is (220,241,106). Sum of RGB (Red+Green+Blue) = 220+241+106=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 106 (41.80% from 255 or 18.69% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF16A is #230E95. Grayscale: #DBDBDB. Windows color (decimal): -2297494 or 7008732. OLE color: 7008732.

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

Color convert

RGB 220 241 106 -
CMYK 0.09 0 0.56 0.05
HSL 69.33º 0.83% 0.68% -
HSV(B) 69.33º 0.56% 0.95% -
XYZ 63.57 79.17 25.57 -
YUV 219.33 64.04 128.48 -
System Red Green Blue C M Y K H S L
Decimal 220 241 106 0.09 0 0.56 0.05 69.33 0.83 0.68
Hex DC F1 6A 9 0 38 5 45 53 44
Octal 334 361 152 11 0 70 5 105 123 104
Binary 11011100 11110001 1101010 1001 0 111000 101 1000101 1010011 1000100

Color Harmonies of #DCF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF16A

Black with #DCF16A

Text Example


Text Example

White with #DCF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF16A; }

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

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

background-color css

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

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

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

border-color css

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

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

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