Html Css Color HEX #B8F446 Conifer

📋 copy color: '#B8F446'

red 184 ◦ green 244 ◦ blue 70

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

Shades of Conifer #B8F446

Tints of Conifer #B8F446

RGB

 RED value IS 184 (72.27% from 255) = 36.95%

 GREEN value IS 244 (95.7% from 255) = 49%

 BLUE value IS 70 (27.73% from 255) = 14.06%

R = 36.95%
G = 49%
B = 14.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#B8F446 (or 0xB8F446) is known color: Conifer. HEX triplet: B8, F4 and 46. RGB value is (184,244,70). Sum of RGB (Red+Green+Blue) = 184+244+70=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F446 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F446 is #470BB9. Grayscale: #CECECE. Windows color (decimal): -4656058 or 4650168. OLE color: 4650168.

HSL color Cylindrical-coordinate representation of color #B8F446: hue angle of 80.69º degrees, saturation: 0.89, 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 #B8F446 is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 244 70 -
CMYK 0.25 0 0.71 0.04
HSL 80.69º 0.89% 0.62% -
HSV(B) 80.69º 0.71% 0.96% -
XYZ 53.22 75.33 17.53 -
YUV 206.22 51.12 112.15 -
System Red Green Blue C M Y K H S L
Decimal 184 244 70 0.25 0 0.71 0.04 80.69 0.89 0.62
Hex B8 F4 46 19 0 47 4 51 59 3E
Octal 270 364 106 31 0 107 4 121 131 76
Binary 10111000 11110100 1000110 11001 0 1000111 100 1010001 1011001 111110

Color Harmonies of #B8F446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F446

Black with #B8F446

Text Example


Text Example

White with #B8F446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F446; }

 p { color: rgb(184,244,70); }

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

background-color css

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

 a { background-color: rgb(184,244,70); }

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

border-color css

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

 span { border-color: rgb(184,244,70); }

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