Html Css Color HEX #B5D248 Conifer

📋 copy color: '#B5D248'

red 181 ◦ green 210 ◦ blue 72

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

Shades of Conifer #B5D248

Tints of Conifer #B5D248

RGB

 RED value IS 181 (71.09% from 255) = 39.09%

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

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

R = 39.09%
G = 45.36%
B = 15.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#B5D248 (or 0xB5D248) is known color: Conifer. HEX triplet: B5, D2 and 48. RGB value is (181,210,72). Sum of RGB (Red+Green+Blue) = 181+210+72=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 72 (28.52% from 255 or 15.55% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D248 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D248 is #4A2DB7. Grayscale: #BABABA. Windows color (decimal): -4861368 or 4772533. OLE color: 4772533.

HSL color Cylindrical-coordinate representation of color #B5D248: hue angle of 72.61º 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 #B5D248 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 72 -
CMYK 0.14 0 0.66 0.18
HSL 72.61º 0.61% 0.55% -
HSV(B) 72.61º 0.66% 0.82% -
XYZ 43.27 56.38 14.73 -
YUV 185.6 63.89 124.72 -
System Red Green Blue C M Y K H S L
Decimal 181 210 72 0.14 0 0.66 0.18 72.61 0.61 0.55
Hex B5 D2 48 E 0 42 12 49 3D 37
Octal 265 322 110 16 0 102 22 111 75 67
Binary 10110101 11010010 1001000 1110 0 1000010 10010 1001001 111101 110111

Color Harmonies of #B5D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D248

Black with #B5D248

Text Example


Text Example

White with #B5D248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D248; }

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

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

background-color css

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

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

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

border-color css

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

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

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