Html Css Color HEX #DCF36A Mindaro

📋 copy color: '#DCF36A'

red 220 ◦ green 243 ◦ blue 106

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

Shades of Mindaro #DCF36A

Tints of Mindaro #DCF36A

RGB

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

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

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

R = 38.66%
G = 42.71%
B = 18.63%

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

#DCF36A (or 0xDCF36A) is known color: Mindaro. HEX triplet: DC, F3 and 6A. RGB value is (220,243,106). Sum of RGB (Red+Green+Blue) = 220+243+106=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF36A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF36A is #230C95. Grayscale: #DDDDDD. Windows color (decimal): -2296982 or 7009244. OLE color: 7009244.

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

Color convert

RGB 220 243 106 -
CMYK 0.09 0 0.56 0.05
HSL 70.07º 0.85% 0.68% -
HSV(B) 70.07º 0.56% 0.95% -
XYZ 64.17 80.36 25.76 -
YUV 220.51 63.38 127.64 -
System Red Green Blue C M Y K H S L
Decimal 220 243 106 0.09 0 0.56 0.05 70.07 0.85 0.68
Hex DC F3 6A 9 0 38 5 46 55 44
Octal 334 363 152 11 0 70 5 106 125 104
Binary 11011100 11110011 1101010 1001 0 111000 101 1000110 1010101 1000100

Color Harmonies of #DCF36A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF36A

Black with #DCF36A

Text Example


Text Example

White with #DCF36A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF36A; }

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

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

background-color css

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

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

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

border-color css

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

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

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