Html Css Color HEX #B4D748 Conifer

📋 copy color: '#B4D748'

red 180 ◦ green 215 ◦ blue 72

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

Shades of Conifer #B4D748

Tints of Conifer #B4D748

RGB

 RED value IS 180 (70.7% from 255) = 38.54%

 GREEN value IS 215 (84.38% from 255) = 46.04%

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

R = 38.54%
G = 46.04%
B = 15.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#B4D748 (or 0xB4D748) is known color: Conifer. HEX triplet: B4, D7 and 48. RGB value is (180,215,72). Sum of RGB (Red+Green+Blue) = 180+215+72=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D748 is #4B28B7. Grayscale: #BCBCBC. Windows color (decimal): -4925624 or 4773812. OLE color: 4773812.

HSL color Cylindrical-coordinate representation of color #B4D748: hue angle of 74.69º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4D748 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 215 72 -
CMYK 0.16 0 0.67 0.16
HSL 74.69º 0.64% 0.56% -
HSV(B) 74.69º 0.67% 0.84% -
XYZ 44.29 58.77 15.14 -
YUV 188.23 62.4 122.13 -
System Red Green Blue C M Y K H S L
Decimal 180 215 72 0.16 0 0.67 0.16 74.69 0.64 0.56
Hex B4 D7 48 10 0 43 10 4B 40 38
Octal 264 327 110 20 0 103 20 113 100 70
Binary 10110100 11010111 1001000 10000 0 1000011 10000 1001011 1000000 111000

Color Harmonies of #B4D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D748

Black with #B4D748

Text Example


Text Example

White with #B4D748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D748; }

 p { color: rgb(180,215,72); }

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

background-color css

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

 a { background-color: rgb(180,215,72); }

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

border-color css

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

 span { border-color: rgb(180,215,72); }

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