Html Css Color HEX #B2DD61 Conifer

📋 copy color: '#B2DD61'

red 178 ◦ green 221 ◦ blue 97

#B2DD61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #B2DD61

Tints of Conifer #B2DD61

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 value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#B2DD61 (or 0xB2DD61) is known color: 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

RGB 178 221 97 -
CMYK 0.19 0 0.56 0.13
HSL 80.81º 0.65% 0.62% -
HSV(B) 80.81º 0.56% 0.87% -
XYZ 46.37 62.04 20.84 -
YUV 194.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 178 221 97 0.19 0 0.56 0.13 80.81 0.65 0.62
Hex B2 DD 61 13 0 38 D 51 41 3E
Octal 262 335 141 23 0 70 15 121 101 76
Binary 10110010 11011101 1100001 10011 0 111000 1101 1010001 1000001 111110

Color Harmonies of #B2DD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD61

Black with #B2DD61

Text Example


Text Example

White with #B2DD61

Text Example


Text Example

HTML Codes & Css Web 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>