Html Css Color HEX #F2FC90 Tidal

📋 copy color: '#F2FC90'

red 242 ◦ green 252 ◦ blue 144

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

Shades of Tidal #F2FC90

Tints of Tidal #F2FC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 22.57%

R = 37.93%
G = 39.5%
B = 22.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#F2FC90 (or 0xF2FC90) is known color: Tidal. HEX triplet: F2, FC and 90. RGB value is (242,252,144). Sum of RGB (Red+Green+Blue) = 242+252+144=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 144 (56.64% from 255 or 22.57% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2FC90 is #0D036F. Grayscale: #EDEDED. Windows color (decimal): -852848 or 9501938. OLE color: 9501938.

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

Color convert

RGB 242 252 144 -
CMYK 0.04 0 0.43 0.01
HSL 65.56º 0.95% 0.78% -
HSV(B) 65.56º 0.43% 0.99% -
XYZ 76.46 90.51 39.83 -
YUV 236.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 242 252 144 0.04 0 0.43 0.01 65.56 0.95 0.78
Hex F2 FC 90 4 0 2B 1 42 5F 4E
Octal 362 374 220 4 0 53 1 102 137 116
Binary 11110010 11111100 10010000 100 0 101011 1 1000010 1011111 1001110

Color Harmonies of #F2FC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC90

Black with #F2FC90

Text Example


Text Example

White with #F2FC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC90; }

 p { color: rgb(242,252,144); }

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

background-color css

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

 a { background-color: rgb(242,252,144); }

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

border-color css

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

 span { border-color: rgb(242,252,144); }

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