Html Css Color HEX #B2DB40 Conifer

📋 copy color: '#B2DB40'

red 178 ◦ green 219 ◦ blue 64

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

Shades of Conifer #B2DB40

Tints of Conifer #B2DB40

RGB

 RED value IS 178 (69.92% from 255) = 38.61%

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 64 (25.39% from 255) = 13.88%

R = 38.61%
G = 47.51%
B = 13.88%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#B2DB40 (or 0xB2DB40) is known color: Conifer. HEX triplet: B2, DB and 40. RGB value is (178,219,64). Sum of RGB (Red+Green+Blue) = 178+219+64=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 64 (25.39% from 255 or 13.88% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB40 is #4D24BF. Grayscale: #BDBDBD. Windows color (decimal): -5055680 or 4250546. OLE color: 4250546.

HSL color Cylindrical-coordinate representation of color #B2DB40: hue angle of 75.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2DB40 is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 64 -
CMYK 0.19 0 0.71 0.14
HSL 75.87º 0.68% 0.55% -
HSV(B) 75.87º 0.71% 0.86% -
XYZ 44.62 60.5 14.18 -
YUV 189.07 57.42 120.1 -
System Red Green Blue C M Y K H S L
Decimal 178 219 64 0.19 0 0.71 0.14 75.87 0.68 0.55
Hex B2 DB 40 13 0 47 E 4C 44 37
Octal 262 333 100 23 0 107 16 114 104 67
Binary 10110010 11011011 1000000 10011 0 1000111 1110 1001100 1000100 110111

Color Harmonies of #B2DB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB40

Black with #B2DB40

Text Example


Text Example

White with #B2DB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB40; }

 p { color: rgb(178,219,64); }

 H1.HeaderClassName
 {
   color: #B2DB40;
 }
 .AnyTagClassName
 {
   color: #B2DB40;
 }
</style>

background-color css

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

 a { background-color: rgb(178,219,64); }

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

border-color css

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

 span { border-color: rgb(178,219,64); }

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