Html Css Color HEX #B9F548 Conifer

📋 copy color: '#B9F548'

red 185 ◦ green 245 ◦ blue 72

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

Shades of Conifer #B9F548

Tints of Conifer #B9F548

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

 GREEN value IS 245 (96.09% from 255) = 48.8%

 BLUE value IS 72 (28.52% from 255) = 14.34%

R = 36.85%
G = 48.8%
B = 14.34%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#B9F548 (or 0xB9F548) is known color: Conifer. HEX triplet: B9, F5 and 48. RGB value is (185,245,72). Sum of RGB (Red+Green+Blue) = 185+245+72=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 72 (28.52% from 255 or 14.34% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F548 is #460AB7. Grayscale: #CFCFCF. Windows color (decimal): -4590264 or 4781497. OLE color: 4781497.

HSL color Cylindrical-coordinate representation of color #B9F548: hue angle of 80.81º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9F548 is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 185 245 72 -
CMYK 0.24 0 0.71 0.04
HSL 80.81º 0.9% 0.62% -
HSV(B) 80.81º 0.71% 0.96% -
XYZ 53.83 76.09 17.98 -
YUV 207.34 51.62 112.07 -
System Red Green Blue C M Y K H S L
Decimal 185 245 72 0.24 0 0.71 0.04 80.81 0.9 0.62
Hex B9 F5 48 18 0 47 4 51 5A 3E
Octal 271 365 110 30 0 107 4 121 132 76
Binary 10111001 11110101 1001000 11000 0 1000111 100 1010001 1011010 111110

Color Harmonies of #B9F548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F548

Black with #B9F548

Text Example


Text Example

White with #B9F548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F548; }

 p { color: rgb(185,245,72); }

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

background-color css

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

 a { background-color: rgb(185,245,72); }

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

border-color css

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

 span { border-color: rgb(185,245,72); }

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