Html Css Color HEX #DCF36F Mindaro

📋 copy color: '#DCF36F'

red 220 ◦ green 243 ◦ blue 111

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

Shades of Mindaro #DCF36F

Tints of Mindaro #DCF36F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.33%

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

R = 38.33%
G = 42.33%
B = 19.34%

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

#DCF36F (or 0xDCF36F) is known color: Mindaro. HEX triplet: DC, F3 and 6F. RGB value is (220,243,111). Sum of RGB (Red+Green+Blue) = 220+243+111=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 243 (95.31% from 255 or 42.33% from 574); Blue value is 111 (43.75% from 255 or 19.34% from 574); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF36F is #230C90. Grayscale: #DDDDDD. Windows color (decimal): -2296977 or 7336924. OLE color: 7336924.

HSL color Cylindrical-coordinate representation of color #DCF36F: hue angle of 70.45º degrees, saturation: 0.85, 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 #DCF36F is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 111 -
CMYK 0.09 0 0.54 0.05
HSL 70.45º 0.85% 0.69% -
HSV(B) 70.45º 0.54% 0.95% -
XYZ 64.44 80.46 27.17 -
YUV 221.08 65.88 127.23 -
System Red Green Blue C M Y K H S L
Decimal 220 243 111 0.09 0 0.54 0.05 70.45 0.85 0.69
Hex DC F3 6F 9 0 36 5 46 55 45
Octal 334 363 157 11 0 66 5 106 125 105
Binary 11011100 11110011 1101111 1001 0 110110 101 1000110 1010101 1000101

Color Harmonies of #DCF36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF36F

Black with #DCF36F

Text Example


Text Example

White with #DCF36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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