Html Css Color HEX #DFFC85 Tidal

📋 copy color: '#DFFC85'

red 223 ◦ green 252 ◦ blue 133

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

Shades of Tidal #DFFC85

Tints of Tidal #DFFC85

RGB

 RED value IS 223 (87.5% from 255) = 36.68%

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

 BLUE value IS 133 (52.34% from 255) = 21.88%

R = 36.68%
G = 41.45%
B = 21.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#DFFC85 (or 0xDFFC85) is known color: Tidal. HEX triplet: DF, FC and 85. RGB value is (223,252,133). Sum of RGB (Red+Green+Blue) = 223+252+133=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 133 (52.34% from 255 or 21.88% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFC85 is #20037A. Grayscale: #E6E6E6. Windows color (decimal): -2098043 or 8781023. OLE color: 8781023.

HSL color Cylindrical-coordinate representation of color #DFFC85: hue angle of 74.62º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFFC85 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 223 252 133 -
CMYK 0.12 0 0.47 0.01
HSL 74.62º 0.95% 0.75% -
HSV(B) 74.62º 0.47% 0.99% -
XYZ 69.48 87 35.32 -
YUV 229.76 73.39 123.18 -
System Red Green Blue C M Y K H S L
Decimal 223 252 133 0.12 0 0.47 0.01 74.62 0.95 0.75
Hex DF FC 85 C 0 2F 1 4B 5F 4B
Octal 337 374 205 14 0 57 1 113 137 113
Binary 11011111 11111100 10000101 1100 0 101111 1 1001011 1011111 1001011

Color Harmonies of #DFFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFFC85

Black with #DFFC85

Text Example


Text Example

White with #DFFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFFC85; }

 p { color: rgb(223,252,133); }

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

background-color css

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

 a { background-color: rgb(223,252,133); }

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

border-color css

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

 span { border-color: rgb(223,252,133); }

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