#B7DE4B

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

Shades of Conifer #B7DE4B

Tints of Conifer #B7DE4B

Color information

#B7DE4B (or 0xB7DE4B) is unknown color: approx Conifer. HEX triplet: B7, DE and 4B. RGB value is (183,222,75). Sum of RGB (Red+Green+Blue) = 183+222+75=480 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.12% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 75 (29.69% from 255 or 15.62% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DE4B is #4821B4. Grayscale: #C2C2C2. Windows color (decimal): -4727221 or 4972215. OLE color: 4972215.

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

Color convert

RGB18322275-
CMYK0.1800.660.13
HSL75.92º69.01%58.24%-
HSV(B)75.92º66.22%87.06%-
XYZ46.9262.8216.31-
YUV193.5861.08120.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.12%
GREEN value IS 222 (87.11% from 255) = 46.25%
BLUE value IS 75 (29.69% from 255) = 15.62%
R=38.12%
G=46.25%
B=15.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183222750.1800.660.1375.9269.0158.24
HexB7DE4B12042D4c453a
Octal2673361132201021511410572
Binary101101111101111010010111001001000010110110011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DE4B; }

 p { color: rgb(183,222,75); }

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

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

 a { background-color: rgb(183,222,75); }

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

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

 span { border-color: rgb(183,222,75); }

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