Html Css Color HEX #B5DD6C Conifer

📋 copy color: '#B5DD6C'

red 181 ◦ green 221 ◦ blue 108

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

Shades of Conifer #B5DD6C

Tints of Conifer #B5DD6C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.33%

 BLUE value IS 108 (42.58% from 255) = 21.18%

R = 35.49%
G = 43.33%
B = 21.18%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B5DD6C (or 0xB5DD6C) is known color: Conifer. HEX triplet: B5, DD and 6C. RGB value is (181,221,108). Sum of RGB (Red+Green+Blue) = 181+221+108=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DD6C is #4A2293. Grayscale: #C4C4C4. Windows color (decimal): -4858516 or 7134645. OLE color: 7134645.

HSL color Cylindrical-coordinate representation of color #B5DD6C: hue angle of 81.24º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B5DD6C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 108 -
CMYK 0.18 0 0.51 0.13
HSL 81.24º 0.62% 0.65% -
HSV(B) 81.24º 0.51% 0.87% -
XYZ 47.62 62.62 23.76 -
YUV 196.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 181 221 108 0.18 0 0.51 0.13 81.24 0.62 0.65
Hex B5 DD 6C 12 0 33 D 51 3E 41
Octal 265 335 154 22 0 63 15 121 76 101
Binary 10110101 11011101 1101100 10010 0 110011 1101 1010001 111110 1000001

Color Harmonies of #B5DD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD6C

Black with #B5DD6C

Text Example


Text Example

White with #B5DD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD6C; }

 p { color: rgb(181,221,108); }

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

background-color css

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

 a { background-color: rgb(181,221,108); }

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

border-color css

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

 span { border-color: rgb(181,221,108); }

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