Html Css Color HEX #DCFB88 Tidal

📋 copy color: '#DCFB88'

red 220 ◦ green 251 ◦ blue 136

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

Shades of Tidal #DCFB88

Tints of Tidal #DCFB88

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.35%

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

R = 36.24%
G = 41.35%
B = 22.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#DCFB88 (or 0xDCFB88) is known color: Tidal. HEX triplet: DC, FB and 88. RGB value is (220,251,136). Sum of RGB (Red+Green+Blue) = 220+251+136=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 136 (53.52% from 255 or 22.41% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB88 is #230477. Grayscale: #E5E5E5. Windows color (decimal): -2294904 or 8977372. OLE color: 8977372.

HSL color Cylindrical-coordinate representation of color #DCFB88: hue angle of 76.17º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCFB88 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 136 -
CMYK 0.12 0 0.46 0.02
HSL 76.17º 0.93% 0.76% -
HSV(B) 76.17º 0.46% 0.98% -
XYZ 68.46 85.99 36.28 -
YUV 228.62 75.73 121.85 -
System Red Green Blue C M Y K H S L
Decimal 220 251 136 0.12 0 0.46 0.02 76.17 0.93 0.76
Hex DC FB 88 C 0 2E 2 4C 5D 4C
Octal 334 373 210 14 0 56 2 114 135 114
Binary 11011100 11111011 10001000 1100 0 101110 10 1001100 1011101 1001100

Color Harmonies of #DCFB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB88

Black with #DCFB88

Text Example


Text Example

White with #DCFB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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