Html Css Color HEX #B5DC5D Conifer

📋 copy color: '#B5DC5D'

red 181 ◦ green 220 ◦ blue 93

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

Shades of Conifer #B5DC5D

Tints of Conifer #B5DC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 36.64%
G = 44.53%
B = 18.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#B5DC5D (or 0xB5DC5D) is known color: Conifer. HEX triplet: B5, DC and 5D. RGB value is (181,220,93). Sum of RGB (Red+Green+Blue) = 181+220+93=494 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.64% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DC5D is #4A23A2. Grayscale: #C2C2C2. Windows color (decimal): -4858787 or 6151349. OLE color: 6151349.

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

Color convert

RGB 181 220 93 -
CMYK 0.18 0 0.58 0.14
HSL 78.43º 0.64% 0.61% -
HSV(B) 78.43º 0.58% 0.86% -
XYZ 46.63 61.8 19.83 -
YUV 193.86 71.08 118.83 -
System Red Green Blue C M Y K H S L
Decimal 181 220 93 0.18 0 0.58 0.14 78.43 0.64 0.61
Hex B5 DC 5D 12 0 3A E 4E 40 3D
Octal 265 334 135 22 0 72 16 116 100 75
Binary 10110101 11011100 1011101 10010 0 111010 1110 1001110 1000000 111101

Color Harmonies of #B5DC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DC5D

Black with #B5DC5D

Text Example


Text Example

White with #B5DC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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