Html Css Color HEX #B2FE5F Conifer

📋 copy color: '#B2FE5F'

red 178 ◦ green 254 ◦ blue 95

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

Shades of Conifer #B2FE5F

Tints of Conifer #B2FE5F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.2%

 BLUE value IS 95 (37.5% from 255) = 18.03%

R = 33.78%
G = 48.2%
B = 18.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#B2FE5F (or 0xB2FE5F) is known color: Conifer. HEX triplet: B2, FE and 5F. RGB value is (178,254,95). Sum of RGB (Red+Green+Blue) = 178+254+95=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FE5F is #4D01A0. Grayscale: #D5D5D5. Windows color (decimal): -5046689 or 6291122. OLE color: 6291122.

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

Color convert

RGB 178 254 95 -
CMYK 0.30 0 0.63 0.00
HSL 88.68º 0.99% 0.68% -
HSV(B) 88.68º 0.63% 1% -
XYZ 55.87 81.17 23.55 -
YUV 213.15 61.32 102.93 -
System Red Green Blue C M Y K H S L
Decimal 178 254 95 0.30 0 0.63 0.00 88.68 0.99 0.68
Hex B2 FE 5F 1E 0 3F 0 59 63 44
Octal 262 376 137 36 0 77 0 131 143 104
Binary 10110010 11111110 1011111 11110 0 111111 0 1011001 1100011 1000100

Color Harmonies of #B2FE5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FE5F

Black with #B2FE5F

Text Example


Text Example

White with #B2FE5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FE5F; }

 p { color: rgb(178,254,95); }

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

background-color css

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

 a { background-color: rgb(178,254,95); }

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

border-color css

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

 span { border-color: rgb(178,254,95); }

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