Html Css Color HEX #DCFC6B Mindaro

📋 copy color: '#DCFC6B'

red 220 ◦ green 252 ◦ blue 107

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

Shades of Mindaro #DCFC6B

Tints of Mindaro #DCFC6B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.52%

 BLUE value IS 107 (42.19% from 255) = 18.48%

R = 38%
G = 43.52%
B = 18.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DCFC6B (or 0xDCFC6B) is known color: Mindaro. HEX triplet: DC, FC and 6B. RGB value is (220,252,107). Sum of RGB (Red+Green+Blue) = 220+252+107=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 252 (98.83% from 255 or 43.52% from 579); Blue value is 107 (42.19% from 255 or 18.48% from 579); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC6B is #230394. Grayscale: #E2E2E2. Windows color (decimal): -2294677 or 7077084. OLE color: 7077084.

HSL color Cylindrical-coordinate representation of color #DCFC6B: hue angle of 73.24º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCFC6B is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 107 -
CMYK 0.13 0 0.58 0.01
HSL 73.24º 0.96% 0.7% -
HSV(B) 73.24º 0.58% 0.99% -
XYZ 66.98 85.9 26.96 -
YUV 225.9 60.9 123.79 -
System Red Green Blue C M Y K H S L
Decimal 220 252 107 0.13 0 0.58 0.01 73.24 0.96 0.7
Hex DC FC 6B D 0 3A 1 49 60 46
Octal 334 374 153 15 0 72 1 111 140 106
Binary 11011100 11111100 1101011 1101 0 111010 1 1001001 1100000 1000110

Color Harmonies of #DCFC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC6B

Black with #DCFC6B

Text Example


Text Example

White with #DCFC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC6B; }

 p { color: rgb(220,252,107); }

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

background-color css

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

 a { background-color: rgb(220,252,107); }

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

border-color css

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

 span { border-color: rgb(220,252,107); }

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