#B2FD5C

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

Shades of Conifer #B2FD5C

Tints of Conifer #B2FD5C

Color information

#B2FD5C (or 0xB2FD5C) is unknown color: approx Conifer. HEX triplet: B2, FD and 5C. RGB value is (178,253,92). Sum of RGB (Red+Green+Blue) = 178+253+92=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 92 (36.33% from 255 or 17.59% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD5C is #4D02A3. Grayscale: #D4D4D4. Windows color (decimal): -5046948 or 6094258. OLE color: 6094258.

HSL color Cylindrical-coordinate representation of color #B2FD5C: hue angle of 87.95º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2FD5C is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB17825392-
CMYK0.3000.640.01
HSL87.95º97.58%67.65%-
HSV(B)87.95º63.64%99.22%-
XYZ55.4280.4922.74-
YUV212.2260.15103.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 253 (99.22% from 255) = 48.37%
BLUE value IS 92 (36.33% from 255) = 17.59%
R=34.03%
G=48.37%
B=17.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal178253920.3000.640.0187.9597.5867.65
HexB2FD5C1E0401586244
Octal2623751343601001130142104
Binary1011001011111101101110011110010000001101100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FD5C; }

 p { color: rgb(178,253,92); }

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

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

 a { background-color: rgb(178,253,92); }

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

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

 span { border-color: rgb(178,253,92); }

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