Html Css Color HEX #B0F73F Green Yellow

📋 copy color: '#B0F73F'

red 176 ◦ green 247 ◦ blue 63

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

Shades of Green Yellow #B0F73F

Tints of Green Yellow #B0F73F

RGB

 RED value IS 176 (69.14% from 255) = 36.21%

 GREEN value IS 247 (96.88% from 255) = 50.82%

 BLUE value IS 63 (25% from 255) = 12.96%

R = 36.21%
G = 50.82%
B = 12.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#B0F73F (or 0xB0F73F) is known color: Green Yellow. HEX triplet: B0, F7 and 3F. RGB value is (176,247,63). Sum of RGB (Red+Green+Blue) = 176+247+63=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 63 (25% from 255 or 12.96% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F73F is #4F08C0. Grayscale: #CDCDCD. Windows color (decimal): -5179585 or 4192176. OLE color: 4192176.

HSL color Cylindrical-coordinate representation of color #B0F73F: hue angle of 83.15º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0F73F is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 247 63 -
CMYK 0.29 0 0.74 0.03
HSL 83.15º 0.92% 0.61% -
HSV(B) 83.15º 0.74% 0.97% -
XYZ 52.06 76.11 16.65 -
YUV 204.8 47.98 107.46 -
System Red Green Blue C M Y K H S L
Decimal 176 247 63 0.29 0 0.74 0.03 83.15 0.92 0.61
Hex B0 F7 3F 1D 0 4A 3 53 5C 3D
Octal 260 367 77 35 0 112 3 123 134 75
Binary 10110000 11110111 111111 11101 0 1001010 11 1010011 1011100 111101

Color Harmonies of #B0F73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F73F

Black with #B0F73F

Text Example


Text Example

White with #B0F73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F73F; }

 p { color: rgb(176,247,63); }

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

background-color css

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

 a { background-color: rgb(176,247,63); }

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

border-color css

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

 span { border-color: rgb(176,247,63); }

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