#B2DD61

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

Shades of Conifer #B2DD61

Tints of Conifer #B2DD61

Color information

#B2DD61 (or 0xB2DD61) is unknown color: approx Conifer. HEX triplet: B2, DD and 61. RGB value is (178,221,97). Sum of RGB (Red+Green+Blue) = 178+221+97=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD61 is #4D229E. Grayscale: #C2C2C2. Windows color (decimal): -5055135 or 6413746. OLE color: 6413746.

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

Color convert

RGB17822197-
CMYK0.1900.560.13
HSL80.81º64.58%62.35%-
HSV(B)80.81º56.11%86.67%-
XYZ46.3762.0420.84-
YUV194.0173.25116.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 221 (86.72% from 255) = 44.56%
BLUE value IS 97 (38.28% from 255) = 19.56%
R=35.89%
G=44.56%
B=19.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178221970.1900.560.1380.8164.5862.35
HexB2DD6113038D51413e
Octal262335141230701512110176
Binary10110010110111011100001100110111000110110100011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2DD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2DD61; }

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

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

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

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

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

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

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

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