Html Css Color HEX #B2DF41 Conifer

📋 copy color: '#B2DF41'

red 178 ◦ green 223 ◦ blue 65

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

Shades of Conifer #B2DF41

Tints of Conifer #B2DF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.95%

R = 38.2%
G = 47.85%
B = 13.95%

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

#B2DF41 (or 0xB2DF41) is known color: Conifer. HEX triplet: B2, DF and 41. RGB value is (178,223,65). Sum of RGB (Red+Green+Blue) = 178+223+65=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 65 (25.78% from 255 or 13.95% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #B2DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DF41 is #4D20BE. Grayscale: #C0C0C0. Windows color (decimal): -5054655 or 4317106. OLE color: 4317106.

HSL color Cylindrical-coordinate representation of color #B2DF41: hue angle of 77.09º 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 #B2DF41 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 223 65 -
CMYK 0.20 0 0.71 0.13
HSL 77.09º 0.71% 0.56% -
HSV(B) 77.09º 0.71% 0.87% -
XYZ 45.7 62.62 14.68 -
YUV 191.53 56.59 118.35 -
System Red Green Blue C M Y K H S L
Decimal 178 223 65 0.20 0 0.71 0.13 77.09 0.71 0.56
Hex B2 DF 41 14 0 47 D 4D 47 38
Octal 262 337 101 24 0 107 15 115 107 70
Binary 10110010 11011111 1000001 10100 0 1000111 1101 1001101 1000111 111000

Color Harmonies of #B2DF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DF41

Black with #B2DF41

Text Example


Text Example

White with #B2DF41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DF41; }

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

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

background-color css

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

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

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

border-color css

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

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

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