Html Css Color HEX #B5EF50 Conifer

📋 copy color: '#B5EF50'

red 181 ◦ green 239 ◦ blue 80

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

Shades of Conifer #B5EF50

Tints of Conifer #B5EF50

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

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

R = 36.2%
G = 47.8%
B = 16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#B5EF50 (or 0xB5EF50) is known color: Conifer. HEX triplet: B5, EF and 50. RGB value is (181,239,80). Sum of RGB (Red+Green+Blue) = 181+239+80=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EF50 is #4A10AF. Grayscale: #CCCCCC. Windows color (decimal): -4853936 or 5304245. OLE color: 5304245.

HSL color Cylindrical-coordinate representation of color #B5EF50: hue angle of 81.89º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5EF50 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 239 80 -
CMYK 0.24 0 0.67 0.06
HSL 81.89º 0.83% 0.63% -
HSV(B) 81.89º 0.67% 0.94% -
XYZ 51.37 72.14 18.81 -
YUV 203.53 58.28 111.93 -
System Red Green Blue C M Y K H S L
Decimal 181 239 80 0.24 0 0.67 0.06 81.89 0.83 0.63
Hex B5 EF 50 18 0 43 6 52 53 3F
Octal 265 357 120 30 0 103 6 122 123 77
Binary 10110101 11101111 1010000 11000 0 1000011 110 1010010 1010011 111111

Color Harmonies of #B5EF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5EF50

Black with #B5EF50

Text Example


Text Example

White with #B5EF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5EF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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