Html Css Color HEX #B5DC60 Conifer

📋 copy color: '#B5DC60'

red 181 ◦ green 220 ◦ blue 96

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

Shades of Conifer #B5DC60

Tints of Conifer #B5DC60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 36.42%
G = 44.27%
B = 19.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#B5DC60 (or 0xB5DC60) is known color: Conifer. HEX triplet: B5, DC and 60. RGB value is (181,220,96). Sum of RGB (Red+Green+Blue) = 181+220+96=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC60 is #4A239F. Grayscale: #C2C2C2. Windows color (decimal): -4858784 or 6347957. OLE color: 6347957.

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

Color convert

RGB 181 220 96 -
CMYK 0.18 0 0.56 0.14
HSL 78.87º 0.64% 0.62% -
HSV(B) 78.87º 0.56% 0.86% -
XYZ 46.76 61.85 20.54 -
YUV 194.2 72.58 118.58 -
System Red Green Blue C M Y K H S L
Decimal 181 220 96 0.18 0 0.56 0.14 78.87 0.64 0.62
Hex B5 DC 60 12 0 38 E 4F 40 3E
Octal 265 334 140 22 0 70 16 117 100 76
Binary 10110101 11011100 1100000 10010 0 111000 1110 1001111 1000000 111110

Color Harmonies of #B5DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC60

Black with #B5DC60

Text Example


Text Example

White with #B5DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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