Html Css Color HEX #B0FE27 Green Yellow

📋 copy color: '#B0FE27'

red 176 ◦ green 254 ◦ blue 39

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

Shades of Green Yellow #B0FE27

Tints of Green Yellow #B0FE27

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.16%

 BLUE value IS 39 (15.63% from 255) = 8.32%

R = 37.53%
G = 54.16%
B = 8.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#B0FE27 (or 0xB0FE27) is known color: Green Yellow. HEX triplet: B0, FE and 27. RGB value is (176,254,39). Sum of RGB (Red+Green+Blue) = 176+254+39=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 254 (99.61% from 255 or 54.16% from 469); Blue value is 39 (15.62% from 255 or 8.32% from 469); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE27 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FE27 is #4F01D8. Grayscale: #CECECE. Windows color (decimal): -5177817 or 2621104. OLE color: 2621104.

HSL color Cylindrical-coordinate representation of color #B0FE27: hue angle of 81.77º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0FE27 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 254 39 -
CMYK 0.31 0 0.85 0.00
HSL 81.77º 0.99% 0.57% -
HSV(B) 81.77º 0.85% 1% -
XYZ 53.71 80.26 14.58 -
YUV 206.17 33.66 106.48 -
System Red Green Blue C M Y K H S L
Decimal 176 254 39 0.31 0 0.85 0.00 81.77 0.99 0.57
Hex B0 FE 27 1F 0 55 0 52 63 39
Octal 260 376 47 37 0 125 0 122 143 71
Binary 10110000 11111110 100111 11111 0 1010101 0 1010010 1100011 111001

Color Harmonies of #B0FE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE27

Black with #B0FE27

Text Example


Text Example

White with #B0FE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE27; }

 p { color: rgb(176,254,39); }

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

background-color css

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

 a { background-color: rgb(176,254,39); }

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

border-color css

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

 span { border-color: rgb(176,254,39); }

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