#B4F25A

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

Shades of Conifer #B4F25A

Tints of Conifer #B4F25A

Color information

#B4F25A (or 0xB4F25A) is unknown color: approx Conifer. HEX triplet: B4, F2 and 5A. RGB value is (180,242,90). Sum of RGB (Red+Green+Blue) = 180+242+90=512 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.16% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F25A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F25A is #4B0DA5. Grayscale: #CECECE. Windows color (decimal): -4918694 or 5960372. OLE color: 5960372.

HSL color Cylindrical-coordinate representation of color #B4F25A: hue angle of 84.47º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4F25A is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB18024290-
CMYK0.2600.630.05
HSL84.47º85.39%65.1%-
HSV(B)84.47º62.81%94.9%-
XYZ52.4273.9521.18-
YUV206.1362.46109.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.16%
GREEN value IS 242 (94.92% from 255) = 47.27%
BLUE value IS 90 (35.55% from 255) = 17.58%
R=35.16%
G=47.27%
B=17.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180242900.2600.630.0584.4785.3965.1
HexB4F25A1A03F5545541
Octal264362132320775124125101
Binary10110100111100101011010110100111111101101010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F25A; }

 p { color: rgb(180,242,90); }

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

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

 a { background-color: rgb(180,242,90); }

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

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

 span { border-color: rgb(180,242,90); }

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