Html Css Color HEX #B6DF48 Conifer

📋 copy color: '#B6DF48'

red 182 ◦ green 223 ◦ blue 72

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

Shades of Conifer #B6DF48

Tints of Conifer #B6DF48

RGB

 RED value IS 182 (71.48% from 255) = 38.16%

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

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

R = 38.16%
G = 46.75%
B = 15.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#B6DF48 (or 0xB6DF48) is known color: Conifer. HEX triplet: B6, DF and 48. RGB value is (182,223,72). Sum of RGB (Red+Green+Blue) = 182+223+72=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #B6DF48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6DF48 is #4920B7. Grayscale: #C2C2C2. Windows color (decimal): -4792504 or 4775862. OLE color: 4775862.

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

Color convert

RGB 182 223 72 -
CMYK 0.18 0 0.68 0.13
HSL 76.29º 0.7% 0.58% -
HSV(B) 76.29º 0.68% 0.87% -
XYZ 46.85 63.19 15.86 -
YUV 193.53 59.42 119.78 -
System Red Green Blue C M Y K H S L
Decimal 182 223 72 0.18 0 0.68 0.13 76.29 0.7 0.58
Hex B6 DF 48 12 0 44 D 4C 46 3A
Octal 266 337 110 22 0 104 15 114 106 72
Binary 10110110 11011111 1001000 10010 0 1000100 1101 1001100 1000110 111010

Color Harmonies of #B6DF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DF48

Black with #B6DF48

Text Example


Text Example

White with #B6DF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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