Html Css Color HEX #B1D545 Conifer

📋 copy color: '#B1D545'

red 177 ◦ green 213 ◦ blue 69

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

Shades of Conifer #B1D545

Tints of Conifer #B1D545

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.41%

 BLUE value IS 69 (27.34% from 255) = 15.03%

R = 38.56%
G = 46.41%
B = 15.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#B1D545 (or 0xB1D545) is known color: Conifer. HEX triplet: B1, D5 and 45. RGB value is (177,213,69). Sum of RGB (Red+Green+Blue) = 177+213+69=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D545 is #4E2ABA. Grayscale: #BABABA. Windows color (decimal): -5122747 or 4576689. OLE color: 4576689.

HSL color Cylindrical-coordinate representation of color #B1D545: hue angle of 75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1D545 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 213 69 -
CMYK 0.17 0 0.68 0.16
HSL 75º 0.63% 0.55% -
HSV(B) 75º 0.68% 0.84% -
XYZ 43 57.37 14.44 -
YUV 185.82 62.07 121.71 -
System Red Green Blue C M Y K H S L
Decimal 177 213 69 0.17 0 0.68 0.16 75 0.63 0.55
Hex B1 D5 45 11 0 44 10 4B 3F 37
Octal 261 325 105 21 0 104 20 113 77 67
Binary 10110001 11010101 1000101 10001 0 1000100 10000 1001011 111111 110111

Color Harmonies of #B1D545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D545

Black with #B1D545

Text Example


Text Example

White with #B1D545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D545; }

 p { color: rgb(177,213,69); }

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

background-color css

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

 a { background-color: rgb(177,213,69); }

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

border-color css

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

 span { border-color: rgb(177,213,69); }

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