Html Css Color HEX #B9F14A Conifer

📋 copy color: '#B9F14A'

red 185 ◦ green 241 ◦ blue 74

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

Shades of Conifer #B9F14A

Tints of Conifer #B9F14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.8%

R = 37%
G = 48.2%
B = 14.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#B9F14A (or 0xB9F14A) is known color: Conifer. HEX triplet: B9, F1 and 4A. RGB value is (185,241,74). Sum of RGB (Red+Green+Blue) = 185+241+74=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F14A is #460EB5. Grayscale: #CDCDCD. Windows color (decimal): -4591286 or 4911545. OLE color: 4911545.

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

Color convert

RGB 185 241 74 -
CMYK 0.23 0 0.69 0.05
HSL 80.12º 0.86% 0.62% -
HSV(B) 80.12º 0.69% 0.95% -
XYZ 52.7 73.72 17.93 -
YUV 205.22 53.95 113.58 -
System Red Green Blue C M Y K H S L
Decimal 185 241 74 0.23 0 0.69 0.05 80.12 0.86 0.62
Hex B9 F1 4A 17 0 45 5 50 56 3E
Octal 271 361 112 27 0 105 5 120 126 76
Binary 10111001 11110001 1001010 10111 0 1000101 101 1010000 1010110 111110

Color Harmonies of #B9F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F14A

Black with #B9F14A

Text Example


Text Example

White with #B9F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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