#B4DE5E

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

Shades of Conifer #B4DE5E

Tints of Conifer #B4DE5E

Color information

#B4DE5E (or 0xB4DE5E) is unknown color: approx Conifer. HEX triplet: B4, DE and 5E. RGB value is (180,222,94). Sum of RGB (Red+Green+Blue) = 180+222+94=496 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.29% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4DE5E is #4B21A1. Grayscale: #C3C3C3. Windows color (decimal): -4923810 or 6217396. OLE color: 6217396.

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

Color convert

RGB18022294-
CMYK0.1900.580.13
HSL79.69º65.98%61.96%-
HSV(B)79.69º57.66%87.06%-
XYZ46.9662.7520.23-
YUV194.8571.09117.41-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.29%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=36.29%
G=44.76%
B=18.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180222940.1900.580.1379.6965.9861.96
HexB4DE5E1303AD50423e
Octal264336136230721512010276
Binary10110100110111101011110100110111010110110100001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4DE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4DE5E; }

 p { color: rgb(180,222,94); }

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

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

 a { background-color: rgb(180,222,94); }

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

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

 span { border-color: rgb(180,222,94); }

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