Html Css Color HEX #B8F142 Conifer

📋 copy color: '#B8F142'

red 184 ◦ green 241 ◦ blue 66

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

Shades of Conifer #B8F142

Tints of Conifer #B8F142

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.08%

 BLUE value IS 66 (26.17% from 255) = 13.44%

R = 37.47%
G = 49.08%
B = 13.44%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#B8F142 (or 0xB8F142) is known color: Conifer. HEX triplet: B8, F1 and 42. RGB value is (184,241,66). Sum of RGB (Red+Green+Blue) = 184+241+66=491 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.47% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 66 (26.17% from 255 or 13.44% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F142 is #470EBD. Grayscale: #CCCCCC. Windows color (decimal): -4656830 or 4387256. OLE color: 4387256.

HSL color Cylindrical-coordinate representation of color #B8F142: hue angle of 79.54º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B8F142 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 241 66 -
CMYK 0.24 0 0.73 0.05
HSL 79.54º 0.86% 0.6% -
HSV(B) 79.54º 0.73% 0.95% -
XYZ 52.21 73.49 16.59 -
YUV 204.01 50.12 113.73 -
System Red Green Blue C M Y K H S L
Decimal 184 241 66 0.24 0 0.73 0.05 79.54 0.86 0.6
Hex B8 F1 42 18 0 49 5 50 56 3C
Octal 270 361 102 30 0 111 5 120 126 74
Binary 10111000 11110001 1000010 11000 0 1001001 101 1010000 1010110 111100

Color Harmonies of #B8F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8F142

Black with #B8F142

Text Example


Text Example

White with #B8F142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8F142; }

 p { color: rgb(184,241,66); }

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

background-color css

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

 a { background-color: rgb(184,241,66); }

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

border-color css

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

 span { border-color: rgb(184,241,66); }

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