#B2DD3D

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

Shades of Conifer #B2DD3D

Tints of Conifer #B2DD3D

Color information

#B2DD3D (or 0xB2DD3D) is unknown color: approx Conifer. HEX triplet: B2, DD and 3D. RGB value is (178,221,61). Sum of RGB (Red+Green+Blue) = 178+221+61=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD3D is #4D22C2. Grayscale: #BEBEBE. Windows color (decimal): -5055171 or 4054450. OLE color: 4054450.

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

Color convert

RGB17822161-
CMYK0.1900.720.13
HSL76.12º70.18%55.29%-
HSV(B)76.12º72.4%86.67%-
XYZ45.0661.5113.91-
YUV189.955.25119.51-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 61 (24.22% from 255) = 13.26%
R=38.70%
G=48.04%
B=13.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178221610.1900.720.1376.1270.1855.29
HexB2DD3D13048D4c4637
Octal262335752301101511410667
Binary10110010110111011111011001101001000110110011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD3D; }

 p { color: rgb(178,221,61); }

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

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

 a { background-color: rgb(178,221,61); }

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

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

 span { border-color: rgb(178,221,61); }

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