Html Css Color HEX #B5E450 Conifer

📋 copy color: '#B5E450'

red 181 ◦ green 228 ◦ blue 80

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

Shades of Conifer #B5E450

Tints of Conifer #B5E450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.63%

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

R = 37.01%
G = 46.63%
B = 16.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#B5E450 (or 0xB5E450) is known color: Conifer. HEX triplet: B5, E4 and 50. RGB value is (181,228,80). Sum of RGB (Red+Green+Blue) = 181+228+80=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E450 is #4A1BAF. Grayscale: #C5C5C5. Windows color (decimal): -4856752 or 5301429. OLE color: 5301429.

HSL color Cylindrical-coordinate representation of color #B5E450: hue angle of 79.05º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5E450 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 228 80 -
CMYK 0.21 0 0.65 0.11
HSL 79.05º 0.73% 0.6% -
HSV(B) 79.05º 0.65% 0.89% -
XYZ 48.25 65.89 17.76 -
YUV 197.08 61.93 116.53 -
System Red Green Blue C M Y K H S L
Decimal 181 228 80 0.21 0 0.65 0.11 79.05 0.73 0.6
Hex B5 E4 50 15 0 41 B 4F 49 3C
Octal 265 344 120 25 0 101 13 117 111 74
Binary 10110101 11100100 1010000 10101 0 1000001 1011 1001111 1001001 111100

Color Harmonies of #B5E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5E450

Black with #B5E450

Text Example


Text Example

White with #B5E450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5E450; }

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

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

background-color css

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

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

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

border-color css

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

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

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