#B3DD5C

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

Shades of Conifer #B3DD5C

Tints of Conifer #B3DD5C

Color information

#B3DD5C (or 0xB3DD5C) is unknown color: approx Conifer. HEX triplet: B3, DD and 5C. RGB value is (179,221,92). Sum of RGB (Red+Green+Blue) = 179+221+92=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #B3DD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3DD5C is #4C22A3. Grayscale: #C2C2C2. Windows color (decimal): -4989604 or 6086067. OLE color: 6086067.

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

Color convert

RGB17922192-
CMYK0.1900.580.13
HSL79.53º65.48%61.37%-
HSV(B)79.53º58.37%86.67%-
XYZ46.3862.0719.66-
YUV193.7470.59117.49-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 92 (36.33% from 255) = 18.70%
R=36.38%
G=44.92%
B=18.70%

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
Decimal179221920.1900.580.1379.5365.4861.37
HexB3DD5C1303AD50413d
Octal263335134230721512010175
Binary10110011110111011011100100110111010110110100001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3DD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3DD5C; }

 p { color: rgb(179,221,92); }

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

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

 a { background-color: rgb(179,221,92); }

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

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

 span { border-color: rgb(179,221,92); }

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