Html Css Color HEX #B2FF5F Conifer

📋 copy color: '#B2FF5F'

red 178 ◦ green 255 ◦ blue 95

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

Shades of Conifer #B2FF5F

Tints of Conifer #B2FF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

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

R = 33.71%
G = 48.3%
B = 17.99%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#B2FF5F (or 0xB2FF5F) is known color: Conifer. HEX triplet: B2, FF and 5F. RGB value is (178,255,95). Sum of RGB (Red+Green+Blue) = 178+255+95=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF5F is #4D00A0. Grayscale: #D6D6D6. Windows color (decimal): -5046433 or 6291378. OLE color: 6291378.

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

Color convert

RGB 178 255 95 -
CMYK 0.30 0 0.63 0
HSL 88.88º 1% 0.69% -
HSV(B) 88.88º 0.63% 1% -
XYZ 56.19 81.81 23.66 -
YUV 213.74 60.99 102.51 -
System Red Green Blue C M Y K H S L
Decimal 178 255 95 0.30 0 0.63 0 88.88 1 0.69
Hex B2 FF 5F 1E 0 3F 0 59 64 45
Octal 262 377 137 36 0 77 0 131 144 105
Binary 10110010 11111111 1011111 11110 0 111111 0 1011001 1100100 1000101

Color Harmonies of #B2FF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF5F

Black with #B2FF5F

Text Example


Text Example

White with #B2FF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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