Html Css Color HEX #B5D450 Conifer

📋 copy color: '#B5D450'

red 181 ◦ green 212 ◦ blue 80

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

Shades of Conifer #B5D450

Tints of Conifer #B5D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.82%

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

R = 38.27%
G = 44.82%
B = 16.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#B5D450 (or 0xB5D450) is known color: Conifer. HEX triplet: B5, D4 and 50. RGB value is (181,212,80). Sum of RGB (Red+Green+Blue) = 181+212+80=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 80 (31.64% from 255 or 16.91% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D450 is #4A2BAF. Grayscale: #BCBCBC. Windows color (decimal): -4860848 or 5297333. OLE color: 5297333.

HSL color Cylindrical-coordinate representation of color #B5D450: hue angle of 74.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D450 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 212 80 -
CMYK 0.15 0 0.62 0.17
HSL 74.09º 0.61% 0.57% -
HSV(B) 74.09º 0.62% 0.83% -
XYZ 44.05 57.49 16.36 -
YUV 187.68 67.23 123.23 -
System Red Green Blue C M Y K H S L
Decimal 181 212 80 0.15 0 0.62 0.17 74.09 0.61 0.57
Hex B5 D4 50 F 0 3E 11 4A 3D 39
Octal 265 324 120 17 0 76 21 112 75 71
Binary 10110101 11010100 1010000 1111 0 111110 10001 1001010 111101 111001

Color Harmonies of #B5D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D450

Black with #B5D450

Text Example


Text Example

White with #B5D450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D450; }

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

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

background-color css

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

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

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

border-color css

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

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

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