Html Css Color HEX #B5F350 Conifer

📋 copy color: '#B5F350'

red 181 ◦ green 243 ◦ blue 80

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

Shades of Conifer #B5F350

Tints of Conifer #B5F350

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.21%

 BLUE value IS 80 (31.64% from 255) = 15.87%

R = 35.91%
G = 48.21%
B = 15.87%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#B5F350 (or 0xB5F350) is known color: Conifer. HEX triplet: B5, F3 and 50. RGB value is (181,243,80). Sum of RGB (Red+Green+Blue) = 181+243+80=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F350 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F350 is #4A0CAF. Grayscale: #CECECE. Windows color (decimal): -4852912 or 5305269. OLE color: 5305269.

HSL color Cylindrical-coordinate representation of color #B5F350: hue angle of 82.82º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5F350 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 243 80 -
CMYK 0.26 0 0.67 0.05
HSL 82.82º 0.87% 0.63% -
HSV(B) 82.82º 0.67% 0.95% -
XYZ 52.55 74.5 19.2 -
YUV 205.88 56.96 110.25 -
System Red Green Blue C M Y K H S L
Decimal 181 243 80 0.26 0 0.67 0.05 82.82 0.87 0.63
Hex B5 F3 50 1A 0 43 5 53 57 3F
Octal 265 363 120 32 0 103 5 123 127 77
Binary 10110101 11110011 1010000 11010 0 1000011 101 1010011 1010111 111111

Color Harmonies of #B5F350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5F350

Black with #B5F350

Text Example


Text Example

White with #B5F350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5F350; }

 p { color: rgb(181,243,80); }

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

background-color css

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

 a { background-color: rgb(181,243,80); }

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

border-color css

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

 span { border-color: rgb(181,243,80); }

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