Html Css Color HEX #B4DF47 Conifer

📋 copy color: '#B4DF47'

red 180 ◦ green 223 ◦ blue 71

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

Shades of Conifer #B4DF47

Tints of Conifer #B4DF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.98%

R = 37.97%
G = 47.05%
B = 14.98%

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

#B4DF47 (or 0xB4DF47) is known color: Conifer. HEX triplet: B4, DF and 47. RGB value is (180,223,71). Sum of RGB (Red+Green+Blue) = 180+223+71=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 71 (28.12% from 255 or 14.98% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF47 is #4B20B8. Grayscale: #C1C1C1. Windows color (decimal): -4923577 or 4710324. OLE color: 4710324.

HSL color Cylindrical-coordinate representation of color #B4DF47: hue angle of 76.97º 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 #B4DF47 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 223 71 -
CMYK 0.19 0 0.68 0.13
HSL 76.97º 0.7% 0.58% -
HSV(B) 76.97º 0.68% 0.87% -
XYZ 46.35 62.93 15.67 -
YUV 192.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 180 223 71 0.19 0 0.68 0.13 76.97 0.7 0.58
Hex B4 DF 47 13 0 44 D 4D 46 3A
Octal 264 337 107 23 0 104 15 115 106 72
Binary 10110100 11011111 1000111 10011 0 1000100 1101 1001101 1000110 111010

Color Harmonies of #B4DF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF47

Black with #B4DF47

Text Example


Text Example

White with #B4DF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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