Html Css Color HEX #F2FF88 Tidal

📋 copy color: '#F2FF88'

red 242 ◦ green 255 ◦ blue 136

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

Shades of Tidal #F2FF88

Tints of Tidal #F2FF88

RGB

 RED value IS 242 (94.92% from 255) = 38.23%

 GREEN value IS 255 (100% from 255) = 40.28%

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

R = 38.23%
G = 40.28%
B = 21.48%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#F2FF88 (or 0xF2FF88) is known color: Tidal. HEX triplet: F2, FF and 88. RGB value is (242,255,136). Sum of RGB (Red+Green+Blue) = 242+255+136=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 136 (53.52% from 255 or 21.48% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FF88 is #0D0077. Grayscale: #EEEEEE. Windows color (decimal): -852088 or 8978418. OLE color: 8978418.

HSL color Cylindrical-coordinate representation of color #F2FF88: hue angle of 66.55º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F2FF88 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 242 255 136 -
CMYK 0.05 0 0.47 0
HSL 66.55º 1% 0.77% -
HSV(B) 66.55º 0.47% 1% -
XYZ 76.82 92.17 37.04 -
YUV 237.55 70.69 131.18 -
System Red Green Blue C M Y K H S L
Decimal 242 255 136 0.05 0 0.47 0 66.55 1 0.77
Hex F2 FF 88 5 0 2F 0 43 64 4D
Octal 362 377 210 5 0 57 0 103 144 115
Binary 11110010 11111111 10001000 101 0 101111 0 1000011 1100100 1001101

Color Harmonies of #F2FF88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF88

Black with #F2FF88

Text Example


Text Example

White with #F2FF88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF88; }

 p { color: rgb(242,255,136); }

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

background-color css

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

 a { background-color: rgb(242,255,136); }

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

border-color css

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

 span { border-color: rgb(242,255,136); }

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