Html Css Color HEX #B5D655 Conifer

📋 copy color: '#B5D655'

red 181 ◦ green 214 ◦ blue 85

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

Shades of Conifer #B5D655

Tints of Conifer #B5D655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.58%

 BLUE value IS 85 (33.59% from 255) = 17.71%

R = 37.71%
G = 44.58%
B = 17.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#B5D655 (or 0xB5D655) is known color: Conifer. HEX triplet: B5, D6 and 55. RGB value is (181,214,85). Sum of RGB (Red+Green+Blue) = 181+214+85=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 85 (33.59% from 255 or 17.71% from 480); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D655 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D655 is #4A29AA. Grayscale: #BDBDBD. Windows color (decimal): -4860331 or 5625525. OLE color: 5625525.

HSL color Cylindrical-coordinate representation of color #B5D655: hue angle of 75.35º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D655 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 214 85 -
CMYK 0.15 0 0.60 0.16
HSL 75.35º 0.61% 0.59% -
HSV(B) 75.35º 0.6% 0.84% -
XYZ 44.74 58.57 17.54 -
YUV 189.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 181 214 85 0.15 0 0.60 0.16 75.35 0.61 0.59
Hex B5 D6 55 F 0 3C 10 4B 3D 3B
Octal 265 326 125 17 0 74 20 113 75 73
Binary 10110101 11010110 1010101 1111 0 111100 10000 1001011 111101 111011

Color Harmonies of #B5D655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D655

Black with #B5D655

Text Example


Text Example

White with #B5D655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D655; }

 p { color: rgb(181,214,85); }

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

background-color css

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

 a { background-color: rgb(181,214,85); }

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

border-color css

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

 span { border-color: rgb(181,214,85); }

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