#F2FB83

Color #F2FB83 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F2FB83

Tints of Tidal #F2FB83

Color information

#F2FB83 (or 0xF2FB83) is unknown color: approx Tidal. HEX triplet: F2, FB and 83. RGB value is (242,251,131). Sum of RGB (Red+Green+Blue) = 242+251+131=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 131 (51.56% from 255 or 20.99% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FB83 is #0D047C. Grayscale: #EBEBEB. Windows color (decimal): -853117 or 8649714. OLE color: 8649714.

HSL color Cylindrical-coordinate representation of color #F2FB83: hue angle of 64.5º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2FB83 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB242251131-
CMYK0.0400.480.02
HSL64.5º93.75%74.9%-
HSV(B)64.5º47.81%98.43%-
XYZ75.2189.5134.79-
YUV234.6369.52133.26-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 131 (51.56% from 255) = 20.99%
R=38.78%
G=40.22%
B=20.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422511310.0400.480.0264.593.7574.9
HexF2FB8340302405e4b
Octal36237320340602100136113
Binary111100101111101110000011100011000010100000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FB83; }

 p { color: rgb(242,251,131); }

 H1.HeaderClassName
 {
   color: #F2FB83;
 }
 .AnyTagClassName
 {
   color: #F2FB83;
 }
</style>
background-color css

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

 a { background-color: rgb(242,251,131); }

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

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

 span { border-color: rgb(242,251,131); }

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