Html Css Color HEX #B5DC47 Conifer

📋 copy color: '#B5DC47'

red 181 ◦ green 220 ◦ blue 71

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

Shades of Conifer #B5DC47

Tints of Conifer #B5DC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.04%

R = 38.35%
G = 46.61%
B = 15.04%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B5DC47 (or 0xB5DC47) is known color: Conifer. HEX triplet: B5, DC and 47. RGB value is (181,220,71). Sum of RGB (Red+Green+Blue) = 181+220+71=472 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.35% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC47 is #4A23B8. Grayscale: #BFBFBF. Windows color (decimal): -4858809 or 4709557. OLE color: 4709557.

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

Color convert

RGB 181 220 71 -
CMYK 0.18 0 0.68 0.14
HSL 75.7º 0.68% 0.57% -
HSV(B) 75.7º 0.68% 0.86% -
XYZ 45.79 61.47 15.41 -
YUV 191.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 181 220 71 0.18 0 0.68 0.14 75.7 0.68 0.57
Hex B5 DC 47 12 0 44 E 4C 44 39
Octal 265 334 107 22 0 104 16 114 104 71
Binary 10110101 11011100 1000111 10010 0 1000100 1110 1001100 1000100 111001

Color Harmonies of #B5DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC47

Black with #B5DC47

Text Example


Text Example

White with #B5DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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