Html Css Color HEX #F2FF2F Gorse

📋 copy color: '#F2FF2F'

red 242 ◦ green 255 ◦ blue 47

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

Shades of Gorse #F2FF2F

Tints of Gorse #F2FF2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.64%

R = 44.49%
G = 46.88%
B = 8.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#F2FF2F (or 0xF2FF2F) is known color: Gorse. HEX triplet: F2, FF and 2F. RGB value is (242,255,47). Sum of RGB (Red+Green+Blue) = 242+255+47=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF2F is #0D00D0. Grayscale: #E4E4E4. Windows color (decimal): -852177 or 3145714. OLE color: 3145714.

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

Color convert

RGB 242 255 47 -
CMYK 0.05 0 0.82 0
HSL 63.75º 1% 0.59% -
HSV(B) 63.75º 0.82% 1% -
XYZ 72.89 90.6 16.34 -
YUV 227.4 26.19 138.41 -
System Red Green Blue C M Y K H S L
Decimal 242 255 47 0.05 0 0.82 0 63.75 1 0.59
Hex F2 FF 2F 5 0 52 0 40 64 3B
Octal 362 377 57 5 0 122 0 100 144 73
Binary 11110010 11111111 101111 101 0 1010010 0 1000000 1100100 111011

Color Harmonies of #F2FF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF2F

Black with #F2FF2F

Text Example


Text Example

White with #F2FF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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