Html Css Color HEX #B0F153 Conifer

📋 copy color: '#B0F153'

red 176 ◦ green 241 ◦ blue 83

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

Shades of Conifer #B0F153

Tints of Conifer #B0F153

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

 BLUE value IS 83 (32.81% from 255) = 16.6%

R = 35.2%
G = 48.2%
B = 16.6%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#B0F153 (or 0xB0F153) is known color: Conifer. HEX triplet: B0, F1 and 53. RGB value is (176,241,83). Sum of RGB (Red+Green+Blue) = 176+241+83=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 83 (32.81% from 255 or 16.6% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F153 is #4F0EAC. Grayscale: #CCCCCC. Windows color (decimal): -5181101 or 5501360. OLE color: 5501360.

HSL color Cylindrical-coordinate representation of color #B0F153: hue angle of 84.68º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0F153 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 241 83 -
CMYK 0.27 0 0.66 0.05
HSL 84.68º 0.85% 0.64% -
HSV(B) 84.68º 0.66% 0.95% -
XYZ 50.92 72.77 19.54 -
YUV 203.55 59.97 108.35 -
System Red Green Blue C M Y K H S L
Decimal 176 241 83 0.27 0 0.66 0.05 84.68 0.85 0.64
Hex B0 F1 53 1B 0 42 5 55 55 40
Octal 260 361 123 33 0 102 5 125 125 100
Binary 10110000 11110001 1010011 11011 0 1000010 101 1010101 1010101 1000000

Color Harmonies of #B0F153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F153

Black with #B0F153

Text Example


Text Example

White with #B0F153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F153; }

 p { color: rgb(176,241,83); }

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

background-color css

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

 a { background-color: rgb(176,241,83); }

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

border-color css

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

 span { border-color: rgb(176,241,83); }

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