Html Css Color HEX #B0F325 Green Yellow

📋 copy color: '#B0F325'

red 176 ◦ green 243 ◦ blue 37

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

Shades of Green Yellow #B0F325

Tints of Green Yellow #B0F325

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.29%

 BLUE value IS 37 (14.84% from 255) = 8.11%

R = 38.6%
G = 53.29%
B = 8.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#B0F325 (or 0xB0F325) is known color: Green Yellow. HEX triplet: B0, F3 and 25. RGB value is (176,243,37). Sum of RGB (Red+Green+Blue) = 176+243+37=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 37 (14.84% from 255 or 8.11% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F325 is #4F0CDA. Grayscale: #C8C8C8. Windows color (decimal): -5180635 or 2487216. OLE color: 2487216.

HSL color Cylindrical-coordinate representation of color #B0F325: hue angle of 79.51º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0F325 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 37 -
CMYK 0.28 0 0.85 0.05
HSL 79.51º 0.9% 0.55% -
HSV(B) 79.51º 0.85% 0.95% -
XYZ 50.29 73.46 13.28 -
YUV 199.48 36.3 111.25 -
System Red Green Blue C M Y K H S L
Decimal 176 243 37 0.28 0 0.85 0.05 79.51 0.9 0.55
Hex B0 F3 25 1C 0 55 5 50 5A 37
Octal 260 363 45 34 0 125 5 120 132 67
Binary 10110000 11110011 100101 11100 0 1010101 101 1010000 1011010 110111

Color Harmonies of #B0F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F325

Black with #B0F325

Text Example


Text Example

White with #B0F325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F325; }

 p { color: rgb(176,243,37); }

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

background-color css

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

 a { background-color: rgb(176,243,37); }

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

border-color css

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

 span { border-color: rgb(176,243,37); }

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