Html Css Color HEX #DCF387 Tidal

📋 copy color: '#DCF387'

red 220 ◦ green 243 ◦ blue 135

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

Shades of Tidal #DCF387

Tints of Tidal #DCF387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 22.58%

R = 36.79%
G = 40.64%
B = 22.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#DCF387 (or 0xDCF387) is known color: Tidal. HEX triplet: DC, F3 and 87. RGB value is (220,243,135). Sum of RGB (Red+Green+Blue) = 220+243+135=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 135 (53.12% from 255 or 22.58% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF387 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF387 is #230C78. Grayscale: #E0E0E0. Windows color (decimal): -2296953 or 8909788. OLE color: 8909788.

HSL color Cylindrical-coordinate representation of color #DCF387: hue angle of 72.78º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCF387 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 243 135 -
CMYK 0.09 0 0.44 0.05
HSL 72.78º 0.82% 0.74% -
HSV(B) 72.78º 0.44% 0.95% -
XYZ 65.94 81.07 35.09 -
YUV 223.81 77.88 125.28 -
System Red Green Blue C M Y K H S L
Decimal 220 243 135 0.09 0 0.44 0.05 72.78 0.82 0.74
Hex DC F3 87 9 0 2C 5 49 52 4A
Octal 334 363 207 11 0 54 5 111 122 112
Binary 11011100 11110011 10000111 1001 0 101100 101 1001001 1010010 1001010

Color Harmonies of #DCF387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF387

Black with #DCF387

Text Example


Text Example

White with #DCF387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF387; }

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

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

background-color css

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

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

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

border-color css

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

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

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