Html Css Color HEX #B0FE5E Conifer

📋 copy color: '#B0FE5E'

red 176 ◦ green 254 ◦ blue 94

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

Shades of Conifer #B0FE5E

Tints of Conifer #B0FE5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 33.59%
G = 48.47%
B = 17.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#B0FE5E (or 0xB0FE5E) is known color: Conifer. HEX triplet: B0, FE and 5E. RGB value is (176,254,94). Sum of RGB (Red+Green+Blue) = 176+254+94=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FE5E is #4F01A1. Grayscale: #D4D4D4. Windows color (decimal): -5177762 or 6225584. OLE color: 6225584.

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

Color convert

RGB 176 254 94 -
CMYK 0.31 0 0.63 0.00
HSL 89.25º 0.99% 0.68% -
HSV(B) 89.25º 0.63% 1% -
XYZ 55.37 80.92 23.29 -
YUV 212.44 61.16 102.01 -
System Red Green Blue C M Y K H S L
Decimal 176 254 94 0.31 0 0.63 0.00 89.25 0.99 0.68
Hex B0 FE 5E 1F 0 3F 0 59 63 44
Octal 260 376 136 37 0 77 0 131 143 104
Binary 10110000 11111110 1011110 11111 0 111111 0 1011001 1100011 1000100

Color Harmonies of #B0FE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FE5E

Black with #B0FE5E

Text Example


Text Example

White with #B0FE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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