Html Css Color HEX #B2F350 Conifer

📋 copy color: '#B2F350'

red 178 ◦ green 243 ◦ blue 80

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

Shades of Conifer #B2F350

Tints of Conifer #B2F350

RGB

 RED value IS 178 (69.92% from 255) = 35.53%

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

 BLUE value IS 80 (31.64% from 255) = 15.97%

R = 35.53%
G = 48.5%
B = 15.97%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#B2F350 (or 0xB2F350) is known color: Conifer. HEX triplet: B2, F3 and 50. RGB value is (178,243,80). Sum of RGB (Red+Green+Blue) = 178+243+80=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F350 is #4D0CAF. Grayscale: #CDCDCD. Windows color (decimal): -5049520 or 5305266. OLE color: 5305266.

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

Color convert

RGB 178 243 80 -
CMYK 0.27 0 0.67 0.05
HSL 83.93º 0.87% 0.63% -
HSV(B) 83.93º 0.67% 0.95% -
XYZ 51.86 74.15 19.17 -
YUV 204.98 57.47 108.75 -
System Red Green Blue C M Y K H S L
Decimal 178 243 80 0.27 0 0.67 0.05 83.93 0.87 0.63
Hex B2 F3 50 1B 0 43 5 54 57 3F
Octal 262 363 120 33 0 103 5 124 127 77
Binary 10110010 11110011 1010000 11011 0 1000011 101 1010100 1010111 111111

Color Harmonies of #B2F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F350

Black with #B2F350

Text Example


Text Example

White with #B2F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F350; }

 p { color: rgb(178,243,80); }

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

background-color css

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

 a { background-color: rgb(178,243,80); }

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

border-color css

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

 span { border-color: rgb(178,243,80); }

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