Html Css Color HEX #B0FB5D Conifer

📋 copy color: '#B0FB5D'

red 176 ◦ green 251 ◦ blue 93

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

Shades of Conifer #B0FB5D

Tints of Conifer #B0FB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 33.85%
G = 48.27%
B = 17.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#B0FB5D (or 0xB0FB5D) is known color: Conifer. HEX triplet: B0, FB and 5D. RGB value is (176,251,93). Sum of RGB (Red+Green+Blue) = 176+251+93=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB5D is #4F04A2. Grayscale: #D3D3D3. Windows color (decimal): -5178531 or 6159280. OLE color: 6159280.

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

Color convert

RGB 176 251 93 -
CMYK 0.30 0 0.63 0.02
HSL 88.48º 0.95% 0.67% -
HSV(B) 88.48º 0.63% 0.98% -
XYZ 54.38 79.01 22.74 -
YUV 210.56 61.65 103.35 -
System Red Green Blue C M Y K H S L
Decimal 176 251 93 0.30 0 0.63 0.02 88.48 0.95 0.67
Hex B0 FB 5D 1E 0 3F 2 58 5F 43
Octal 260 373 135 36 0 77 2 130 137 103
Binary 10110000 11111011 1011101 11110 0 111111 10 1011000 1011111 1000011

Color Harmonies of #B0FB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FB5D

Black with #B0FB5D

Text Example


Text Example

White with #B0FB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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