Html Css Color HEX #B5F260 Conifer

📋 copy color: '#B5F260'

red 181 ◦ green 242 ◦ blue 96

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

Shades of Conifer #B5F260

Tints of Conifer #B5F260

RGB

 RED value IS 181 (71.09% from 255) = 34.87%

 GREEN value IS 242 (94.92% from 255) = 46.63%

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

R = 34.87%
G = 46.63%
B = 18.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#B5F260 (or 0xB5F260) is known color: Conifer. HEX triplet: B5, F2 and 60. RGB value is (181,242,96). Sum of RGB (Red+Green+Blue) = 181+242+96=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #B5F260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F260 is #4A0D9F. Grayscale: #CFCFCF. Windows color (decimal): -4853152 or 6353589. OLE color: 6353589.

HSL color Cylindrical-coordinate representation of color #B5F260: hue angle of 85.07º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5F260 is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 242 96 -
CMYK 0.25 0 0.60 0.05
HSL 85.07º 0.85% 0.66% -
HSV(B) 85.07º 0.6% 0.95% -
XYZ 52.92 74.17 22.59 -
YUV 207.12 65.29 109.37 -
System Red Green Blue C M Y K H S L
Decimal 181 242 96 0.25 0 0.60 0.05 85.07 0.85 0.66
Hex B5 F2 60 19 0 3C 5 55 55 42
Octal 265 362 140 31 0 74 5 125 125 102
Binary 10110101 11110010 1100000 11001 0 111100 101 1010101 1010101 1000010

Color Harmonies of #B5F260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F260

Black with #B5F260

Text Example


Text Example

White with #B5F260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F260; }

 p { color: rgb(181,242,96); }

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

background-color css

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

 a { background-color: rgb(181,242,96); }

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

border-color css

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

 span { border-color: rgb(181,242,96); }

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