Html Css Color HEX #B5E055 Conifer

📋 copy color: '#B5E055'

red 181 ◦ green 224 ◦ blue 85

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

Shades of Conifer #B5E055

Tints of Conifer #B5E055

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.71%

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

R = 36.94%
G = 45.71%
B = 17.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.12

RGB Variations

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

Color information

#B5E055 (or 0xB5E055) is known color: Conifer. HEX triplet: B5, E0 and 55. RGB value is (181,224,85). Sum of RGB (Red+Green+Blue) = 181+224+85=490 (64% of max value = 765). Red value is 181 (71.09% from 255 or 36.94% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E055 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E055 is #4A1FAA. Grayscale: #C3C3C3. Windows color (decimal): -4857771 or 5628085. OLE color: 5628085.

HSL color Cylindrical-coordinate representation of color #B5E055: hue angle of 78.56º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5E055 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 224 85 -
CMYK 0.19 0 0.62 0.12
HSL 78.56º 0.69% 0.61% -
HSV(B) 78.56º 0.62% 0.88% -
XYZ 47.35 63.79 18.41 -
YUV 195.3 65.75 117.8 -
System Red Green Blue C M Y K H S L
Decimal 181 224 85 0.19 0 0.62 0.12 78.56 0.69 0.61
Hex B5 E0 55 13 0 3E C 4F 45 3D
Octal 265 340 125 23 0 76 14 117 105 75
Binary 10110101 11100000 1010101 10011 0 111110 1100 1001111 1000101 111101

Color Harmonies of #B5E055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E055

Black with #B5E055

Text Example


Text Example

White with #B5E055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E055; }

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

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

background-color css

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

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

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

border-color css

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

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

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