#B4F058

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

Shades of Conifer #B4F058

Tints of Conifer #B4F058

Color information

#B4F058 (or 0xB4F058) is unknown color: approx Conifer. HEX triplet: B4, F0 and 58. RGB value is (180,240,88). Sum of RGB (Red+Green+Blue) = 180+240+88=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #B4F058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F058 is #4B0FA7. Grayscale: #CDCDCD. Windows color (decimal): -4919208 or 5828788. OLE color: 5828788.

HSL color Cylindrical-coordinate representation of color #B4F058: hue angle of 83.68º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4F058 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB18024088-
CMYK0.2500.630.06
HSL83.68º83.52%64.31%-
HSV(B)83.68º63.33%94.12%-
XYZ51.7472.7320.54-
YUV204.7362.12110.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 240 (94.14% from 255) = 47.24%
BLUE value IS 88 (34.77% from 255) = 17.32%
R=35.43%
G=47.24%
B=17.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal180240880.2500.630.0683.6883.5264.31
HexB4F0581903F6545440
Octal264360130310776124124100
Binary10110100111100001011000110010111111110101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F058; }

 p { color: rgb(180,240,88); }

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

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

 a { background-color: rgb(180,240,88); }

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

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

 span { border-color: rgb(180,240,88); }

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