Html Css Color HEX #B5DE6C Conifer

📋 copy color: '#B5DE6C'

red 181 ◦ green 222 ◦ blue 108

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

Shades of Conifer #B5DE6C

Tints of Conifer #B5DE6C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.44%

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

R = 35.42%
G = 43.44%
B = 21.14%

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

#B5DE6C (or 0xB5DE6C) is known color: Conifer. HEX triplet: B5, DE and 6C. RGB value is (181,222,108). Sum of RGB (Red+Green+Blue) = 181+222+108=511 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.42% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DE6C is #4A2193. Grayscale: #C5C5C5. Windows color (decimal): -4858260 or 7134901. OLE color: 7134901.

HSL color Cylindrical-coordinate representation of color #B5DE6C: hue angle of 81.58º degrees, saturation: 0.63, 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 #B5DE6C is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 222 108 -
CMYK 0.18 0 0.51 0.13
HSL 81.58º 0.63% 0.65% -
HSV(B) 81.58º 0.51% 0.87% -
XYZ 47.88 63.15 23.85 -
YUV 196.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 181 222 108 0.18 0 0.51 0.13 81.58 0.63 0.65
Hex B5 DE 6C 12 0 33 D 52 3F 41
Octal 265 336 154 22 0 63 15 122 77 101
Binary 10110101 11011110 1101100 10010 0 110011 1101 1010010 111111 1000001

Color Harmonies of #B5DE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DE6C

Black with #B5DE6C

Text Example


Text Example

White with #B5DE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DE6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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