Html Css Color HEX #B1D641 Conifer

📋 copy color: '#B1D641'

red 177 ◦ green 214 ◦ blue 65

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

Shades of Conifer #B1D641

Tints of Conifer #B1D641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.25%

R = 38.82%
G = 46.93%
B = 14.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#B1D641 (or 0xB1D641) is known color: Conifer. HEX triplet: B1, D6 and 41. RGB value is (177,214,65). Sum of RGB (Red+Green+Blue) = 177+214+65=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 214 (83.98% from 255 or 46.93% from 456); Blue value is 65 (25.78% from 255 or 14.25% from 456); Max value from RGB is 214 - color contains mainly: green. Hex color #B1D641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D641 is #4E29BE. Grayscale: #BABABA. Windows color (decimal): -5122495 or 4314801. OLE color: 4314801.

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

Color convert

RGB 177 214 65 -
CMYK 0.17 0 0.70 0.16
HSL 74.9º 0.65% 0.55% -
HSV(B) 74.9º 0.7% 0.84% -
XYZ 43.13 57.82 13.89 -
YUV 185.95 59.74 121.62 -
System Red Green Blue C M Y K H S L
Decimal 177 214 65 0.17 0 0.70 0.16 74.9 0.65 0.55
Hex B1 D6 41 11 0 46 10 4B 41 37
Octal 261 326 101 21 0 106 20 113 101 67
Binary 10110001 11010110 1000001 10001 0 1000110 10000 1001011 1000001 110111

Color Harmonies of #B1D641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D641

Black with #B1D641

Text Example


Text Example

White with #B1D641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D641; }

 p { color: rgb(177,214,65); }

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

background-color css

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

 a { background-color: rgb(177,214,65); }

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

border-color css

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

 span { border-color: rgb(177,214,65); }

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