Html Css Color HEX #B4DF48 Conifer

📋 copy color: '#B4DF48'

red 180 ◦ green 223 ◦ blue 72

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

Shades of Conifer #B4DF48

Tints of Conifer #B4DF48

RGB

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

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

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

R = 37.89%
G = 46.95%
B = 15.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#B4DF48 (or 0xB4DF48) is known color: Conifer. HEX triplet: B4, DF and 48. RGB value is (180,223,72). Sum of RGB (Red+Green+Blue) = 180+223+72=475 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.89% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 72 (28.52% from 255 or 15.16% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF48 is #4B20B7. Grayscale: #C1C1C1. Windows color (decimal): -4923576 or 4775860. OLE color: 4775860.

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

Color convert

RGB 180 223 72 -
CMYK 0.19 0 0.68 0.13
HSL 77.09º 0.7% 0.58% -
HSV(B) 77.09º 0.68% 0.87% -
XYZ 46.38 62.95 15.84 -
YUV 192.93 59.75 118.78 -
System Red Green Blue C M Y K H S L
Decimal 180 223 72 0.19 0 0.68 0.13 77.09 0.7 0.58
Hex B4 DF 48 13 0 44 D 4D 46 3A
Octal 264 337 110 23 0 104 15 115 106 72
Binary 10110100 11011111 1001000 10011 0 1000100 1101 1001101 1000110 111010

Color Harmonies of #B4DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF48

Black with #B4DF48

Text Example


Text Example

White with #B4DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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