Html Css Color HEX #B5DC4A Conifer

📋 copy color: '#B5DC4A'

red 181 ◦ green 220 ◦ blue 74

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

Shades of Conifer #B5DC4A

Tints of Conifer #B5DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

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

R = 38.11%
G = 46.32%
B = 15.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#B5DC4A (or 0xB5DC4A) is known color: Conifer. HEX triplet: B5, DC and 4A. RGB value is (181,220,74). Sum of RGB (Red+Green+Blue) = 181+220+74=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 74 (29.30% from 255 or 15.58% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC4A is #4A23B5. Grayscale: #C0C0C0. Windows color (decimal): -4858806 or 4906165. OLE color: 4906165.

HSL color Cylindrical-coordinate representation of color #B5DC4A: hue angle of 76.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5DC4A is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 74 -
CMYK 0.18 0 0.66 0.14
HSL 76.03º 0.68% 0.58% -
HSV(B) 76.03º 0.66% 0.86% -
XYZ 45.89 61.5 15.93 -
YUV 191.7 61.58 120.37 -
System Red Green Blue C M Y K H S L
Decimal 181 220 74 0.18 0 0.66 0.14 76.03 0.68 0.58
Hex B5 DC 4A 12 0 42 E 4C 44 3A
Octal 265 334 112 22 0 102 16 114 104 72
Binary 10110101 11011100 1001010 10010 0 1000010 1110 1001100 1000100 111010

Color Harmonies of #B5DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC4A

Black with #B5DC4A

Text Example


Text Example

White with #B5DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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