Html Css Color HEX #B5DC46 Conifer

📋 copy color: '#B5DC46'

red 181 ◦ green 220 ◦ blue 70

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

Shades of Conifer #B5DC46

Tints of Conifer #B5DC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 38.43%
G = 46.71%
B = 14.86%

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

#B5DC46 (or 0xB5DC46) is known color: Conifer. HEX triplet: B5, DC and 46. RGB value is (181,220,70). Sum of RGB (Red+Green+Blue) = 181+220+70=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DC46 is #4A23B9. Grayscale: #BFBFBF. Windows color (decimal): -4858810 or 4644021. OLE color: 4644021.

HSL color Cylindrical-coordinate representation of color #B5DC46: hue angle of 75.6º 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 #B5DC46 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 220 70 -
CMYK 0.18 0 0.68 0.14
HSL 75.6º 0.68% 0.57% -
HSV(B) 75.6º 0.68% 0.86% -
XYZ 45.75 61.45 15.24 -
YUV 191.24 59.58 120.7 -
System Red Green Blue C M Y K H S L
Decimal 181 220 70 0.18 0 0.68 0.14 75.6 0.68 0.57
Hex B5 DC 46 12 0 44 E 4C 44 39
Octal 265 334 106 22 0 104 16 114 104 71
Binary 10110101 11011100 1000110 10010 0 1000100 1110 1001100 1000100 111001

Color Harmonies of #B5DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC46

Black with #B5DC46

Text Example


Text Example

White with #B5DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC46; }

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

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

background-color css

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

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

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

border-color css

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

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

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