Html Css Color HEX #B4DF46 Conifer

📋 copy color: '#B4DF46'

red 180 ◦ green 223 ◦ blue 70

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

Shades of Conifer #B4DF46

Tints of Conifer #B4DF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.8%

R = 38.05%
G = 47.15%
B = 14.8%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#B4DF46 (or 0xB4DF46) is known color: Conifer. HEX triplet: B4, DF and 46. RGB value is (180,223,70). Sum of RGB (Red+Green+Blue) = 180+223+70=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 70 (27.73% from 255 or 14.80% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DF46 is #4B20B9. Grayscale: #C1C1C1. Windows color (decimal): -4923578 or 4644788. OLE color: 4644788.

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

Color convert

RGB 180 223 70 -
CMYK 0.19 0 0.69 0.13
HSL 76.86º 0.71% 0.57% -
HSV(B) 76.86º 0.69% 0.87% -
XYZ 46.32 62.92 15.5 -
YUV 192.7 58.75 118.94 -
System Red Green Blue C M Y K H S L
Decimal 180 223 70 0.19 0 0.69 0.13 76.86 0.71 0.57
Hex B4 DF 46 13 0 45 D 4D 47 39
Octal 264 337 106 23 0 105 15 115 107 71
Binary 10110100 11011111 1000110 10011 0 1000101 1101 1001101 1000111 111001

Color Harmonies of #B4DF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DF46

Black with #B4DF46

Text Example


Text Example

White with #B4DF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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