Html Css Color HEX #B9F142 Conifer

📋 copy color: '#B9F142'

red 185 ◦ green 241 ◦ blue 66

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

Shades of Conifer #B9F142

Tints of Conifer #B9F142

RGB

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

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

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

R = 37.6%
G = 48.98%
B = 13.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#B9F142 (or 0xB9F142) is known color: Conifer. HEX triplet: B9, F1 and 42. RGB value is (185,241,66). Sum of RGB (Red+Green+Blue) = 185+241+66=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 66 (26.17% from 255 or 13.41% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F142 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F142 is #460EBD. Grayscale: #CCCCCC. Windows color (decimal): -4591294 or 4387257. OLE color: 4387257.

HSL color Cylindrical-coordinate representation of color #B9F142: hue angle of 79.2º 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 #B9F142 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 185 241 66 -
CMYK 0.23 0 0.73 0.05
HSL 79.2º 0.86% 0.6% -
HSV(B) 79.2º 0.73% 0.95% -
XYZ 52.45 73.62 16.6 -
YUV 204.31 49.95 114.23 -
System Red Green Blue C M Y K H S L
Decimal 185 241 66 0.23 0 0.73 0.05 79.2 0.86 0.6
Hex B9 F1 42 17 0 49 5 4F 56 3C
Octal 271 361 102 27 0 111 5 117 126 74
Binary 10111001 11110001 1000010 10111 0 1001001 101 1001111 1010110 111100

Color Harmonies of #B9F142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F142

Black with #B9F142

Text Example


Text Example

White with #B9F142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F142; }

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

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

background-color css

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

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

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

border-color css

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

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

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