Html Css Color HEX #DCF688 Tidal

📋 copy color: '#DCF688'

red 220 ◦ green 246 ◦ blue 136

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

Shades of Tidal #DCF688

Tints of Tidal #DCF688

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.86%

 BLUE value IS 136 (53.52% from 255) = 22.59%

R = 36.54%
G = 40.86%
B = 22.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#DCF688 (or 0xDCF688) is known color: Tidal. HEX triplet: DC, F6 and 88. RGB value is (220,246,136). Sum of RGB (Red+Green+Blue) = 220+246+136=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF688 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF688 is #230977. Grayscale: #E2E2E2. Windows color (decimal): -2296184 or 8976092. OLE color: 8976092.

HSL color Cylindrical-coordinate representation of color #DCF688: hue angle of 74.18º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCF688 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 136 -
CMYK 0.11 0 0.45 0.04
HSL 74.18º 0.86% 0.75% -
HSV(B) 74.18º 0.45% 0.96% -
XYZ 66.91 82.9 35.77 -
YUV 225.69 77.39 123.94 -
System Red Green Blue C M Y K H S L
Decimal 220 246 136 0.11 0 0.45 0.04 74.18 0.86 0.75
Hex DC F6 88 B 0 2D 4 4A 56 4B
Octal 334 366 210 13 0 55 4 112 126 113
Binary 11011100 11110110 10001000 1011 0 101101 100 1001010 1010110 1001011

Color Harmonies of #DCF688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF688

Black with #DCF688

Text Example


Text Example

White with #DCF688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF688; }

 p { color: rgb(220,246,136); }

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

background-color css

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

 a { background-color: rgb(220,246,136); }

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

border-color css

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

 span { border-color: rgb(220,246,136); }

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