Html Css Color HEX #B1DF52 Conifer

📋 copy color: '#B1DF52'

red 177 ◦ green 223 ◦ blue 82

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

Shades of Conifer #B1DF52

Tints of Conifer #B1DF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.01%

R = 36.72%
G = 46.27%
B = 17.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#B1DF52 (or 0xB1DF52) is known color: Conifer. HEX triplet: B1, DF and 52. RGB value is (177,223,82). Sum of RGB (Red+Green+Blue) = 177+223+82=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 82 (32.42% from 255 or 17.01% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF52 is #4E20AD. Grayscale: #C1C1C1. Windows color (decimal): -5120174 or 5431217. OLE color: 5431217.

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

Color convert

RGB 177 223 82 -
CMYK 0.21 0 0.63 0.13
HSL 79.57º 0.69% 0.6% -
HSV(B) 79.57º 0.63% 0.87% -
XYZ 46.04 62.73 17.66 -
YUV 193.17 65.26 116.46 -
System Red Green Blue C M Y K H S L
Decimal 177 223 82 0.21 0 0.63 0.13 79.57 0.69 0.6
Hex B1 DF 52 15 0 3F D 50 45 3C
Octal 261 337 122 25 0 77 15 120 105 74
Binary 10110001 11011111 1010010 10101 0 111111 1101 1010000 1000101 111100

Color Harmonies of #B1DF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF52

Black with #B1DF52

Text Example


Text Example

White with #B1DF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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