Html Css Color HEX #B2DA40 Conifer

📋 copy color: '#B2DA40'

red 178 ◦ green 218 ◦ blue 64

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

Shades of Conifer #B2DA40

Tints of Conifer #B2DA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.39%

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

R = 38.7%
G = 47.39%
B = 13.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#B2DA40 (or 0xB2DA40) is known color: Conifer. HEX triplet: B2, DA and 40. RGB value is (178,218,64). Sum of RGB (Red+Green+Blue) = 178+218+64=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA40 is #4D25BF. Grayscale: #BDBDBD. Windows color (decimal): -5055936 or 4250290. OLE color: 4250290.

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

Color convert

RGB 178 218 64 -
CMYK 0.18 0 0.71 0.15
HSL 75.58º 0.68% 0.55% -
HSV(B) 75.58º 0.71% 0.85% -
XYZ 44.36 59.98 14.09 -
YUV 188.48 57.75 120.52 -
System Red Green Blue C M Y K H S L
Decimal 178 218 64 0.18 0 0.71 0.15 75.58 0.68 0.55
Hex B2 DA 40 12 0 47 F 4C 44 37
Octal 262 332 100 22 0 107 17 114 104 67
Binary 10110010 11011010 1000000 10010 0 1000111 1111 1001100 1000100 110111

Color Harmonies of #B2DA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA40

Black with #B2DA40

Text Example


Text Example

White with #B2DA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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