Html Css Color HEX #B2DF40 Conifer

📋 copy color: '#B2DF40'

red 178 ◦ green 223 ◦ blue 64

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

Shades of Conifer #B2DF40

Tints of Conifer #B2DF40

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

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

R = 38.28%
G = 47.96%
B = 13.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#B2DF40 (or 0xB2DF40) is known color: Conifer. HEX triplet: B2, DF and 40. RGB value is (178,223,64). Sum of RGB (Red+Green+Blue) = 178+223+64=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DF40 is #4D20BF. Grayscale: #C0C0C0. Windows color (decimal): -5054656 or 4251570. OLE color: 4251570.

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

Color convert

RGB 178 223 64 -
CMYK 0.20 0 0.71 0.13
HSL 76.98º 0.71% 0.56% -
HSV(B) 76.98º 0.71% 0.87% -
XYZ 45.67 62.61 14.53 -
YUV 191.42 56.09 118.43 -
System Red Green Blue C M Y K H S L
Decimal 178 223 64 0.20 0 0.71 0.13 76.98 0.71 0.56
Hex B2 DF 40 14 0 47 D 4D 47 38
Octal 262 337 100 24 0 107 15 115 107 70
Binary 10110010 11011111 1000000 10100 0 1000111 1101 1001101 1000111 111000

Color Harmonies of #B2DF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF40

Black with #B2DF40

Text Example


Text Example

White with #B2DF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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