Html Css Color HEX #B0F944 Green Yellow

📋 copy color: '#B0F944'

red 176 ◦ green 249 ◦ blue 68

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

Shades of Green Yellow #B0F944

Tints of Green Yellow #B0F944

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

 BLUE value IS 68 (26.95% from 255) = 13.79%

R = 35.7%
G = 50.51%
B = 13.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#B0F944 (or 0xB0F944) is known color: Green Yellow. HEX triplet: B0, F9 and 44. RGB value is (176,249,68). Sum of RGB (Red+Green+Blue) = 176+249+68=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 68 (26.95% from 255 or 13.79% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F944 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F944 is #4F06BB. Grayscale: #CFCFCF. Windows color (decimal): -5179068 or 4520368. OLE color: 4520368.

HSL color Cylindrical-coordinate representation of color #B0F944: hue angle of 84.2º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0F944 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 68 -
CMYK 0.29 0 0.73 0.02
HSL 84.2º 0.94% 0.62% -
HSV(B) 84.2º 0.73% 0.98% -
XYZ 52.82 77.4 17.62 -
YUV 206.54 49.82 106.22 -
System Red Green Blue C M Y K H S L
Decimal 176 249 68 0.29 0 0.73 0.02 84.2 0.94 0.62
Hex B0 F9 44 1D 0 49 2 54 5E 3E
Octal 260 371 104 35 0 111 2 124 136 76
Binary 10110000 11111001 1000100 11101 0 1001001 10 1010100 1011110 111110

Color Harmonies of #B0F944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F944

Black with #B0F944

Text Example


Text Example

White with #B0F944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F944; }

 p { color: rgb(176,249,68); }

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

background-color css

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

 a { background-color: rgb(176,249,68); }

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

border-color css

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

 span { border-color: rgb(176,249,68); }

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