Html Css Color HEX #B5FA55 Conifer

📋 copy color: '#B5FA55'

red 181 ◦ green 250 ◦ blue 85

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

Shades of Conifer #B5FA55

Tints of Conifer #B5FA55

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 85 (33.59% from 255) = 16.47%

R = 35.08%
G = 48.45%
B = 16.47%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#B5FA55 (or 0xB5FA55) is known color: Conifer. HEX triplet: B5, FA and 55. RGB value is (181,250,85). Sum of RGB (Red+Green+Blue) = 181+250+85=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 85 (33.59% from 255 or 16.47% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FA55 is #4A05AA. Grayscale: #D3D3D3. Windows color (decimal): -4851115 or 5634741. OLE color: 5634741.

HSL color Cylindrical-coordinate representation of color #B5FA55: hue angle of 85.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5FA55 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 250 85 -
CMYK 0.28 0 0.66 0.02
HSL 85.09º 0.94% 0.66% -
HSV(B) 85.09º 0.66% 0.98% -
XYZ 54.88 78.85 20.92 -
YUV 210.56 57.14 106.92 -
System Red Green Blue C M Y K H S L
Decimal 181 250 85 0.28 0 0.66 0.02 85.09 0.94 0.66
Hex B5 FA 55 1C 0 42 2 55 5E 42
Octal 265 372 125 34 0 102 2 125 136 102
Binary 10110101 11111010 1010101 11100 0 1000010 10 1010101 1011110 1000010

Color Harmonies of #B5FA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FA55

Black with #B5FA55

Text Example


Text Example

White with #B5FA55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FA55; }

 p { color: rgb(181,250,85); }

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

background-color css

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

 a { background-color: rgb(181,250,85); }

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

border-color css

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

 span { border-color: rgb(181,250,85); }

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