Html Css Color HEX #B5FC50 Conifer

📋 copy color: '#B5FC50'

red 181 ◦ green 252 ◦ blue 80

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

Shades of Conifer #B5FC50

Tints of Conifer #B5FC50

RGB

 RED value IS 181 (71.09% from 255) = 35.28%

 GREEN value IS 252 (98.83% from 255) = 49.12%

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

R = 35.28%
G = 49.12%
B = 15.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#B5FC50 (or 0xB5FC50) is known color: Conifer. HEX triplet: B5, FC and 50. RGB value is (181,252,80). Sum of RGB (Red+Green+Blue) = 181+252+80=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 80 (31.64% from 255 or 15.59% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FC50 is #4A03AF. Grayscale: #D3D3D3. Windows color (decimal): -4850608 or 5307573. OLE color: 5307573.

HSL color Cylindrical-coordinate representation of color #B5FC50: hue angle of 84.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5FC50 is Cyan = 0.28, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 252 80 -
CMYK 0.28 0 0.68 0.01
HSL 84.77º 0.97% 0.65% -
HSV(B) 84.77º 0.68% 0.99% -
XYZ 55.31 80.02 20.12 -
YUV 211.16 53.98 106.49 -
System Red Green Blue C M Y K H S L
Decimal 181 252 80 0.28 0 0.68 0.01 84.77 0.97 0.65
Hex B5 FC 50 1C 0 44 1 55 61 41
Octal 265 374 120 34 0 104 1 125 141 101
Binary 10110101 11111100 1010000 11100 0 1000100 1 1010101 1100001 1000001

Color Harmonies of #B5FC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FC50

Black with #B5FC50

Text Example


Text Example

White with #B5FC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FC50; }

 p { color: rgb(181,252,80); }

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

background-color css

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

 a { background-color: rgb(181,252,80); }

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

border-color css

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

 span { border-color: rgb(181,252,80); }

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