Html Css Color HEX #B0F349 Conifer

📋 copy color: '#B0F349'

red 176 ◦ green 243 ◦ blue 73

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

Shades of Conifer #B0F349

Tints of Conifer #B0F349

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.39%

 BLUE value IS 73 (28.91% from 255) = 14.84%

R = 35.77%
G = 49.39%
B = 14.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#B0F349 (or 0xB0F349) is known color: Conifer. HEX triplet: B0, F3 and 49. RGB value is (176,243,73). Sum of RGB (Red+Green+Blue) = 176+243+73=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F349 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F349 is #4F0CB6. Grayscale: #CCCCCC. Windows color (decimal): -5180599 or 4846512. OLE color: 4846512.

HSL color Cylindrical-coordinate representation of color #B0F349: hue angle of 83.65º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0F349 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 243 73 -
CMYK 0.28 0 0.70 0.05
HSL 83.65º 0.88% 0.62% -
HSV(B) 83.65º 0.7% 0.95% -
XYZ 51.16 73.81 17.85 -
YUV 203.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 176 243 73 0.28 0 0.70 0.05 83.65 0.88 0.62
Hex B0 F3 49 1C 0 46 5 54 58 3E
Octal 260 363 111 34 0 106 5 124 130 76
Binary 10110000 11110011 1001001 11100 0 1000110 101 1010100 1011000 111110

Color Harmonies of #B0F349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F349

Black with #B0F349

Text Example


Text Example

White with #B0F349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F349; }

 p { color: rgb(176,243,73); }

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

background-color css

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

 a { background-color: rgb(176,243,73); }

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

border-color css

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

 span { border-color: rgb(176,243,73); }

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