Html Css Color HEX #B2F760 Conifer

📋 copy color: '#B2F760'

red 178 ◦ green 247 ◦ blue 96

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

Shades of Conifer #B2F760

Tints of Conifer #B2F760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.41%

 BLUE value IS 96 (37.89% from 255) = 18.43%

R = 34.17%
G = 47.41%
B = 18.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#B2F760 (or 0xB2F760) is known color: Conifer. HEX triplet: B2, F7 and 60. RGB value is (178,247,96). Sum of RGB (Red+Green+Blue) = 178+247+96=521 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.17% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F760 is #4D089F. Grayscale: #D1D1D1. Windows color (decimal): -5048480 or 6354866. OLE color: 6354866.

HSL color Cylindrical-coordinate representation of color #B2F760: hue angle of 87.42º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2F760 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 178 247 96 -
CMYK 0.28 0 0.61 0.03
HSL 87.42º 0.9% 0.67% -
HSV(B) 87.42º 0.61% 0.97% -
XYZ 53.73 76.83 23.06 -
YUV 209.16 64.14 105.78 -
System Red Green Blue C M Y K H S L
Decimal 178 247 96 0.28 0 0.61 0.03 87.42 0.9 0.67
Hex B2 F7 60 1C 0 3D 3 57 5A 43
Octal 262 367 140 34 0 75 3 127 132 103
Binary 10110010 11110111 1100000 11100 0 111101 11 1010111 1011010 1000011

Color Harmonies of #B2F760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F760

Black with #B2F760

Text Example


Text Example

White with #B2F760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F760; }

 p { color: rgb(178,247,96); }

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

background-color css

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

 a { background-color: rgb(178,247,96); }

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

border-color css

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

 span { border-color: rgb(178,247,96); }

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