Html Css Color HEX #BAF74A Conifer

📋 copy color: '#BAF74A'

red 186 ◦ green 247 ◦ blue 74

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

Shades of Conifer #BAF74A

Tints of Conifer #BAF74A

RGB

 RED value IS 186 (73.05% from 255) = 36.69%

 GREEN value IS 247 (96.88% from 255) = 48.72%

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

R = 36.69%
G = 48.72%
B = 14.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#BAF74A (or 0xBAF74A) is known color: Conifer. HEX triplet: BA, F7 and 4A. RGB value is (186,247,74). Sum of RGB (Red+Green+Blue) = 186+247+74=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 74 (29.30% from 255 or 14.60% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF74A is #4508B5. Grayscale: #D1D1D1. Windows color (decimal): -4524214 or 4913082. OLE color: 4913082.

HSL color Cylindrical-coordinate representation of color #BAF74A: hue angle of 81.16º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAF74A is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 247 74 -
CMYK 0.25 0 0.70 0.03
HSL 81.16º 0.92% 0.63% -
HSV(B) 81.16º 0.7% 0.97% -
XYZ 54.75 77.46 18.54 -
YUV 209.04 51.79 111.57 -
System Red Green Blue C M Y K H S L
Decimal 186 247 74 0.25 0 0.70 0.03 81.16 0.92 0.63
Hex BA F7 4A 19 0 46 3 51 5C 3F
Octal 272 367 112 31 0 106 3 121 134 77
Binary 10111010 11110111 1001010 11001 0 1000110 11 1010001 1011100 111111

Color Harmonies of #BAF74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF74A

Black with #BAF74A

Text Example


Text Example

White with #BAF74A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF74A; }

 p { color: rgb(186,247,74); }

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

background-color css

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

 a { background-color: rgb(186,247,74); }

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

border-color css

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

 span { border-color: rgb(186,247,74); }

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