Html Css Color HEX #B1D755 Conifer

📋 copy color: '#B1D755'

red 177 ◦ green 215 ◦ blue 85

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

Shades of Conifer #B1D755

Tints of Conifer #B1D755

RGB

 RED value IS 177 (69.53% from 255) = 37.11%

 GREEN value IS 215 (84.38% from 255) = 45.07%

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

R = 37.11%
G = 45.07%
B = 17.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#B1D755 (or 0xB1D755) is known color: Conifer. HEX triplet: B1, D7 and 55. RGB value is (177,215,85). Sum of RGB (Red+Green+Blue) = 177+215+85=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D755 is #4E28AA. Grayscale: #BDBDBD. Windows color (decimal): -5122219 or 5625777. OLE color: 5625777.

HSL color Cylindrical-coordinate representation of color #B1D755: hue angle of 77.54º degrees, saturation: 0.62, 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 #B1D755 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 215 85 -
CMYK 0.18 0 0.60 0.16
HSL 77.54º 0.62% 0.59% -
HSV(B) 77.54º 0.6% 0.84% -
XYZ 44.07 58.6 17.58 -
YUV 188.82 69.41 119.57 -
System Red Green Blue C M Y K H S L
Decimal 177 215 85 0.18 0 0.60 0.16 77.54 0.62 0.59
Hex B1 D7 55 12 0 3C 10 4E 3E 3B
Octal 261 327 125 22 0 74 20 116 76 73
Binary 10110001 11010111 1010101 10010 0 111100 10000 1001110 111110 111011

Color Harmonies of #B1D755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D755

Black with #B1D755

Text Example


Text Example

White with #B1D755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D755; }

 p { color: rgb(177,215,85); }

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

background-color css

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

 a { background-color: rgb(177,215,85); }

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

border-color css

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

 span { border-color: rgb(177,215,85); }

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