Html Css Color HEX #B2D441 Conifer

📋 copy color: '#B2D441'

red 178 ◦ green 212 ◦ blue 65

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

Shades of Conifer #B2D441

Tints of Conifer #B2D441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 46.59%

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

R = 39.12%
G = 46.59%
B = 14.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#B2D441 (or 0xB2D441) is known color: Conifer. HEX triplet: B2, D4 and 41. RGB value is (178,212,65). Sum of RGB (Red+Green+Blue) = 178+212+65=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 212 (83.20% from 255 or 46.59% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D441 is #4D2BBE. Grayscale: #B9B9B9. Windows color (decimal): -5057471 or 4314290. OLE color: 4314290.

HSL color Cylindrical-coordinate representation of color #B2D441: hue angle of 73.88º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2D441 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 65 -
CMYK 0.16 0 0.69 0.17
HSL 73.88º 0.63% 0.54% -
HSV(B) 73.88º 0.69% 0.83% -
XYZ 42.86 56.93 13.73 -
YUV 185.08 60.24 122.95 -
System Red Green Blue C M Y K H S L
Decimal 178 212 65 0.16 0 0.69 0.17 73.88 0.63 0.54
Hex B2 D4 41 10 0 45 11 4A 3F 36
Octal 262 324 101 20 0 105 21 112 77 66
Binary 10110010 11010100 1000001 10000 0 1000101 10001 1001010 111111 110110

Color Harmonies of #B2D441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D441

Black with #B2D441

Text Example


Text Example

White with #B2D441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D441; }

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

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

background-color css

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

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

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

border-color css

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

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

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