Html Css Color HEX #B1D248 Conifer

📋 copy color: '#B1D248'

red 177 ◦ green 210 ◦ blue 72

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

Shades of Conifer #B1D248

Tints of Conifer #B1D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.75%

 BLUE value IS 72 (28.52% from 255) = 15.69%

R = 38.56%
G = 45.75%
B = 15.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#B1D248 (or 0xB1D248) is known color: Conifer. HEX triplet: B1, D2 and 48. RGB value is (177,210,72). Sum of RGB (Red+Green+Blue) = 177+210+72=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D248 is #4E2DB7. Grayscale: #B8B8B8. Windows color (decimal): -5123512 or 4772529. OLE color: 4772529.

HSL color Cylindrical-coordinate representation of color #B1D248: hue angle of 74.35º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1D248 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 72 -
CMYK 0.16 0 0.66 0.18
HSL 74.35º 0.61% 0.55% -
HSV(B) 74.35º 0.66% 0.82% -
XYZ 42.35 55.91 14.69 -
YUV 184.4 64.57 122.72 -
System Red Green Blue C M Y K H S L
Decimal 177 210 72 0.16 0 0.66 0.18 74.35 0.61 0.55
Hex B1 D2 48 10 0 42 12 4A 3D 37
Octal 261 322 110 20 0 102 22 112 75 67
Binary 10110001 11010010 1001000 10000 0 1000010 10010 1001010 111101 110111

Color Harmonies of #B1D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D248

Black with #B1D248

Text Example


Text Example

White with #B1D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D248; }

 p { color: rgb(177,210,72); }

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

background-color css

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

 a { background-color: rgb(177,210,72); }

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

border-color css

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

 span { border-color: rgb(177,210,72); }

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