Html Css Color HEX #B0F334 Green Yellow

📋 copy color: '#B0F334'

red 176 ◦ green 243 ◦ blue 52

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

Shades of Green Yellow #B0F334

Tints of Green Yellow #B0F334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 11.04%

R = 37.37%
G = 51.59%
B = 11.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#B0F334 (or 0xB0F334) is known color: Green Yellow. HEX triplet: B0, F3 and 34. RGB value is (176,243,52). Sum of RGB (Red+Green+Blue) = 176+243+52=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 243 (95.31% from 255 or 51.59% from 471); Blue value is 52 (20.70% from 255 or 11.04% from 471); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F334 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F334 is #4F0CCB. Grayscale: #C9C9C9. Windows color (decimal): -5180620 or 3470256. OLE color: 3470256.

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

Color convert

RGB 176 243 52 -
CMYK 0.28 0 0.79 0.05
HSL 81.05º 0.89% 0.58% -
HSV(B) 81.05º 0.79% 0.95% -
XYZ 50.57 73.58 14.79 -
YUV 201.19 43.8 110.03 -
System Red Green Blue C M Y K H S L
Decimal 176 243 52 0.28 0 0.79 0.05 81.05 0.89 0.58
Hex B0 F3 34 1C 0 4F 5 51 59 3A
Octal 260 363 64 34 0 117 5 121 131 72
Binary 10110000 11110011 110100 11100 0 1001111 101 1010001 1011001 111010

Color Harmonies of #B0F334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F334

Black with #B0F334

Text Example


Text Example

White with #B0F334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F334; }

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

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

background-color css

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

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

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

border-color css

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

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

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