#B2F04B

Color #B2F04B Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B2F04B

Tints of Conifer #B2F04B

Color information

#B2F04B (or 0xB2F04B) is unknown color: approx Conifer. HEX triplet: B2, F0 and 4B. RGB value is (178,240,75). Sum of RGB (Red+Green+Blue) = 178+240+75=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F04B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F04B is #4D0FB4. Grayscale: #CBCBCB. Windows color (decimal): -5050293 or 4976818. OLE color: 4976818.

HSL color Cylindrical-coordinate representation of color #B2F04B: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2F04B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB17824075-
CMYK0.2600.690.06
HSL82.55º84.62%61.76%-
HSV(B)82.55º68.75%94.12%-
XYZ50.7972.2917.93-
YUV202.6555.96110.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.11%
GREEN value IS 240 (94.14% from 255) = 48.68%
BLUE value IS 75 (29.69% from 255) = 15.21%
R=36.11%
G=48.68%
B=15.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal178240750.2600.690.0682.5584.6261.76
HexB2F04B1A045653553e
Octal262360113320105612312576
Binary10110010111100001001011110100100010111010100111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F04B; }

 p { color: rgb(178,240,75); }

 H1.HeaderClassName
 {
   color: #B2F04B;
 }
 .AnyTagClassName
 {
   color: #B2F04B;
 }
</style>
background-color css

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

 a { background-color: rgb(178,240,75); }

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

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

 span { border-color: rgb(178,240,75); }

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