Html Css Color HEX #DCF68A Tidal

📋 copy color: '#DCF68A'

red 220 ◦ green 246 ◦ blue 138

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

Shades of Tidal #DCF68A

Tints of Tidal #DCF68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 22.85%

R = 36.42%
G = 40.73%
B = 22.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.44

 K value IS 0.04

RGB Variations

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

Color information

#DCF68A (or 0xDCF68A) is known color: Tidal. HEX triplet: DC, F6 and 8A. RGB value is (220,246,138). Sum of RGB (Red+Green+Blue) = 220+246+138=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 246 (96.48% from 255 or 40.73% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF68A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF68A is #230975. Grayscale: #E2E2E2. Windows color (decimal): -2296182 or 9107164. OLE color: 9107164.

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

Color convert

RGB 220 246 138 -
CMYK 0.11 0 0.44 0.04
HSL 74.44º 0.86% 0.75% -
HSV(B) 74.44º 0.44% 0.96% -
XYZ 67.06 82.96 36.52 -
YUV 225.91 78.39 123.78 -
System Red Green Blue C M Y K H S L
Decimal 220 246 138 0.11 0 0.44 0.04 74.44 0.86 0.75
Hex DC F6 8A B 0 2C 4 4A 56 4B
Octal 334 366 212 13 0 54 4 112 126 113
Binary 11011100 11110110 10001010 1011 0 101100 100 1001010 1010110 1001011

Color Harmonies of #DCF68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF68A

Black with #DCF68A

Text Example


Text Example

White with #DCF68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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