Html Css Color HEX #B0FB5A Conifer

📋 copy color: '#B0FB5A'

red 176 ◦ green 251 ◦ blue 90

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

Shades of Conifer #B0FB5A

Tints of Conifer #B0FB5A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.55%

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 34.04%
G = 48.55%
B = 17.41%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#B0FB5A (or 0xB0FB5A) is known color: Conifer. HEX triplet: B0, FB and 5A. RGB value is (176,251,90). Sum of RGB (Red+Green+Blue) = 176+251+90=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB5A is #4F04A5. Grayscale: #D2D2D2. Windows color (decimal): -5178534 or 5962672. OLE color: 5962672.

HSL color Cylindrical-coordinate representation of color #B0FB5A: hue angle of 87.95º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0FB5A is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 251 90 -
CMYK 0.30 0 0.64 0.02
HSL 87.95º 0.95% 0.67% -
HSV(B) 87.95º 0.64% 0.98% -
XYZ 54.25 78.96 22.06 -
YUV 210.22 60.15 103.59 -
System Red Green Blue C M Y K H S L
Decimal 176 251 90 0.30 0 0.64 0.02 87.95 0.95 0.67
Hex B0 FB 5A 1E 0 40 2 58 5F 43
Octal 260 373 132 36 0 100 2 130 137 103
Binary 10110000 11111011 1011010 11110 0 1000000 10 1011000 1011111 1000011

Color Harmonies of #B0FB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB5A

Black with #B0FB5A

Text Example


Text Example

White with #B0FB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB5A; }

 p { color: rgb(176,251,90); }

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

background-color css

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

 a { background-color: rgb(176,251,90); }

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

border-color css

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

 span { border-color: rgb(176,251,90); }

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