Html Css Color HEX #B0F354 Conifer

📋 copy color: '#B0F354'

red 176 ◦ green 243 ◦ blue 84

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

Shades of Conifer #B0F354

Tints of Conifer #B0F354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.7%

R = 34.99%
G = 48.31%
B = 16.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#B0F354 (or 0xB0F354) is known color: Conifer. HEX triplet: B0, F3 and 54. RGB value is (176,243,84). Sum of RGB (Red+Green+Blue) = 176+243+84=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F354 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F354 is #4F0CAB. Grayscale: #CDCDCD. Windows color (decimal): -5180588 or 5567408. OLE color: 5567408.

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

Color convert

RGB 176 243 84 -
CMYK 0.28 0 0.65 0.05
HSL 85.28º 0.87% 0.64% -
HSV(B) 85.28º 0.65% 0.95% -
XYZ 51.56 73.97 19.95 -
YUV 204.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 176 243 84 0.28 0 0.65 0.05 85.28 0.87 0.64
Hex B0 F3 54 1C 0 41 5 55 57 40
Octal 260 363 124 34 0 101 5 125 127 100
Binary 10110000 11110011 1010100 11100 0 1000001 101 1010101 1010111 1000000

Color Harmonies of #B0F354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F354

Black with #B0F354

Text Example


Text Example

White with #B0F354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F354; }

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

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

background-color css

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

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

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

border-color css

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

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

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