Html Css Color HEX #DCFC68 Mindaro

📋 copy color: '#DCFC68'

red 220 ◦ green 252 ◦ blue 104

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

Shades of Mindaro #DCFC68

Tints of Mindaro #DCFC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.06%

R = 38.19%
G = 43.75%
B = 18.06%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#DCFC68 (or 0xDCFC68) is known color: Mindaro. HEX triplet: DC, FC and 68. RGB value is (220,252,104). Sum of RGB (Red+Green+Blue) = 220+252+104=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 252 (98.83% from 255 or 43.75% from 576); Blue value is 104 (41.02% from 255 or 18.06% from 576); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC68 is #230397. Grayscale: #E2E2E2. Windows color (decimal): -2294680 or 6880476. OLE color: 6880476.

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

Color convert

RGB 220 252 104 -
CMYK 0.13 0 0.59 0.01
HSL 72.97º 0.96% 0.7% -
HSV(B) 72.97º 0.59% 0.99% -
XYZ 66.82 85.84 26.14 -
YUV 225.56 59.4 124.03 -
System Red Green Blue C M Y K H S L
Decimal 220 252 104 0.13 0 0.59 0.01 72.97 0.96 0.7
Hex DC FC 68 D 0 3B 1 49 60 46
Octal 334 374 150 15 0 73 1 111 140 106
Binary 11011100 11111100 1101000 1101 0 111011 1 1001001 1100000 1000110

Color Harmonies of #DCFC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC68

Black with #DCFC68

Text Example


Text Example

White with #DCFC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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