Html Css Color HEX #B1DF4A Conifer

📋 copy color: '#B1DF4A'

red 177 ◦ green 223 ◦ blue 74

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

Shades of Conifer #B1DF4A

Tints of Conifer #B1DF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

 BLUE value IS 74 (29.3% from 255) = 15.61%

R = 37.34%
G = 47.05%
B = 15.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#B1DF4A (or 0xB1DF4A) is known color: Conifer. HEX triplet: B1, DF and 4A. RGB value is (177,223,74). Sum of RGB (Red+Green+Blue) = 177+223+74=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DF4A is #4E20B5. Grayscale: #C0C0C0. Windows color (decimal): -5120182 or 4906929. OLE color: 4906929.

HSL color Cylindrical-coordinate representation of color #B1DF4A: hue angle of 78.52º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1DF4A is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 74 -
CMYK 0.21 0 0.67 0.13
HSL 78.52º 0.7% 0.58% -
HSV(B) 78.52º 0.67% 0.87% -
XYZ 45.76 62.62 16.15 -
YUV 192.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 177 223 74 0.21 0 0.67 0.13 78.52 0.7 0.58
Hex B1 DF 4A 15 0 43 D 4F 46 3A
Octal 261 337 112 25 0 103 15 117 106 72
Binary 10110001 11011111 1001010 10101 0 1000011 1101 1001111 1000110 111010

Color Harmonies of #B1DF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF4A

Black with #B1DF4A

Text Example


Text Example

White with #B1DF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF4A; }

 p { color: rgb(177,223,74); }

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

background-color css

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

 a { background-color: rgb(177,223,74); }

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

border-color css

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

 span { border-color: rgb(177,223,74); }

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