Html Css Color HEX #B5D14A Conifer

📋 copy color: '#B5D14A'

red 181 ◦ green 209 ◦ blue 74

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

Shades of Conifer #B5D14A

Tints of Conifer #B5D14A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.04%

 BLUE value IS 74 (29.3% from 255) = 15.95%

R = 39.01%
G = 45.04%
B = 15.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#B5D14A (or 0xB5D14A) is known color: Conifer. HEX triplet: B5, D1 and 4A. RGB value is (181,209,74). Sum of RGB (Red+Green+Blue) = 181+209+74=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 74 (29.30% from 255 or 15.95% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #B5D14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D14A is #4A2EB5. Grayscale: #B9B9B9. Windows color (decimal): -4861622 or 4903349. OLE color: 4903349.

HSL color Cylindrical-coordinate representation of color #B5D14A: hue angle of 72.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D14A is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 209 74 -
CMYK 0.13 0 0.65 0.18
HSL 72.44º 0.59% 0.55% -
HSV(B) 72.44º 0.65% 0.82% -
XYZ 43.09 55.92 15 -
YUV 185.24 65.22 124.98 -
System Red Green Blue C M Y K H S L
Decimal 181 209 74 0.13 0 0.65 0.18 72.44 0.59 0.55
Hex B5 D1 4A D 0 41 12 48 3B 37
Octal 265 321 112 15 0 101 22 110 73 67
Binary 10110101 11010001 1001010 1101 0 1000001 10010 1001000 111011 110111

Color Harmonies of #B5D14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D14A

Black with #B5D14A

Text Example


Text Example

White with #B5D14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D14A; }

 p { color: rgb(181,209,74); }

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

background-color css

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

 a { background-color: rgb(181,209,74); }

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

border-color css

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

 span { border-color: rgb(181,209,74); }

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