Html Css Color HEX #B3D550 Conifer

📋 copy color: '#B3D550'

red 179 ◦ green 213 ◦ blue 80

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

Shades of Conifer #B3D550

Tints of Conifer #B3D550

RGB

 RED value IS 179 (70.31% from 255) = 37.92%

 GREEN value IS 213 (83.59% from 255) = 45.13%

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

R = 37.92%
G = 45.13%
B = 16.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#B3D550 (or 0xB3D550) is known color: Conifer. HEX triplet: B3, D5 and 50. RGB value is (179,213,80). Sum of RGB (Red+Green+Blue) = 179+213+80=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 213 (83.59% from 255 or 45.13% from 472); Blue value is 80 (31.64% from 255 or 16.95% from 472); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3D550 is #4C2AAF. Grayscale: #BCBCBC. Windows color (decimal): -4991664 or 5297587. OLE color: 5297587.

HSL color Cylindrical-coordinate representation of color #B3D550: hue angle of 75.34º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3D550 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 213 80 -
CMYK 0.16 0 0.62 0.16
HSL 75.34º 0.61% 0.57% -
HSV(B) 75.34º 0.62% 0.84% -
XYZ 43.83 57.75 16.43 -
YUV 187.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 179 213 80 0.16 0 0.62 0.16 75.34 0.61 0.57
Hex B3 D5 50 10 0 3E 10 4B 3D 39
Octal 263 325 120 20 0 76 20 113 75 71
Binary 10110011 11010101 1010000 10000 0 111110 10000 1001011 111101 111001

Color Harmonies of #B3D550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D550

Black with #B3D550

Text Example


Text Example

White with #B3D550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D550; }

 p { color: rgb(179,213,80); }

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

background-color css

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

 a { background-color: rgb(179,213,80); }

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

border-color css

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

 span { border-color: rgb(179,213,80); }

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