Html Css Color HEX #DCF96F Mindaro

📋 copy color: '#DCF96F'

red 220 ◦ green 249 ◦ blue 111

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

Shades of Mindaro #DCF96F

Tints of Mindaro #DCF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.93%

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

R = 37.93%
G = 42.93%
B = 19.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#DCF96F (or 0xDCF96F) is known color: Mindaro. HEX triplet: DC, F9 and 6F. RGB value is (220,249,111). Sum of RGB (Red+Green+Blue) = 220+249+111=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF96F is #230690. Grayscale: #E1E1E1. Windows color (decimal): -2295441 or 7338460. OLE color: 7338460.

HSL color Cylindrical-coordinate representation of color #DCF96F: hue angle of 72.61º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCF96F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 111 -
CMYK 0.12 0 0.55 0.02
HSL 72.61º 0.92% 0.71% -
HSV(B) 72.61º 0.55% 0.98% -
XYZ 66.26 84.11 27.78 -
YUV 224.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 220 249 111 0.12 0 0.55 0.02 72.61 0.92 0.71
Hex DC F9 6F C 0 37 2 49 5C 47
Octal 334 371 157 14 0 67 2 111 134 107
Binary 11011100 11111001 1101111 1100 0 110111 10 1001001 1011100 1000111

Color Harmonies of #DCF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF96F

Black with #DCF96F

Text Example


Text Example

White with #DCF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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