#b8df4b

Color #B8DF4B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B8DF4B

Tints of Conifer #B8DF4B

Color information

#B8DF4B (or 0xB8DF4B) is unknown color: approx Conifer. HEX triplet: B8, DF and 4B. RGB value is (184,223,75). Sum of RGB (Red+Green+Blue) = 184+223+75=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #B8DF4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DF4B is #4720B4. Grayscale: #C3C3C3. Windows color (decimal): -4661429 or 4972472. OLE color: 4972472.

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

Color convert

RGB18422375-
CMYK0.1700.660.13
HSL75.81º69.81%58.43%-
HSV(B)75.81º66.37%87.45%-
XYZ47.4263.4716.41-
YUV194.4760.58120.53-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 75 (29.69% from 255) = 15.56%
R=38.17%
G=46.27%
B=15.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184223750.1700.660.1375.8169.8158.43
HexB8DF4B11042D4c463a
Octal2703371132101021511410672
Binary101110001101111110010111000101000010110110011001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b8df4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b8df4b; }

 p { color: rgb(184,223,75); }

 H1.HeaderClassName
 {
   color: #b8df4b;
 }
 .AnyTagClassName
 {
   color: #b8df4b;
 }
</style>
background-color css

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

 a { background-color: rgb(184,223,75); }

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

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

 span { border-color: rgb(184,223,75); }

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